File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments