Skip to content

Commit e8c3fd4

Browse files
author
Adrian Schoenig
committed
Stable release
1 parent 5ff995a commit e8c3fd4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ASWeekSelectorView.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "ASWeekSelectorView"
3-
s.version = "0.4"
4-
s.summary = "iOS 7 calendar-inspired simple mini week view to select swipe through weeks and tap on days"
3+
s.version = "1.0"
4+
s.summary = "iOS calendar-inspired simple mini week view to select swipe through weeks and tap on days"
55
s.description = <<-DESC
66
A mini week view to select a day. You can swipe through weeks and tap on days to select them, somewhat similar to the iOS 7 calendar app.
77
DESC
88
s.homepage = "https://github.com/nighthawk/ASWeekSelectorView"
99
s.license = 'FreeBSD'
1010
s.author = { "Adrian Schoenig" => "adrian.schoenig@gmail.com" }
11-
s.source = { :git => "https://github.com/nighthawk/ASWeekSelectorView.git", :tag => "v0.4" }
11+
s.source = { :git => "https://github.com/nighthawk/ASWeekSelectorView.git", :tag => "v1.0" }
1212
s.platform = :ios, '7.0'
1313
s.source_files = 'Classes/*.{h,m}'
1414
s.requires_arc = true

0 commit comments

Comments
 (0)