Skip to content

Commit

Permalink
Stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Schoenig committed Jul 13, 2016
1 parent 5ff995a commit e8c3fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ASWeekSelectorView.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "ASWeekSelectorView"
s.version = "0.4"
s.summary = "iOS 7 calendar-inspired simple mini week view to select swipe through weeks and tap on days"
s.version = "1.0"
s.summary = "iOS calendar-inspired simple mini week view to select swipe through weeks and tap on days"
s.description = <<-DESC
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.
DESC
s.homepage = "https://github.com/nighthawk/ASWeekSelectorView"
s.license = 'FreeBSD'
s.author = { "Adrian Schoenig" => "adrian.schoenig@gmail.com" }
s.source = { :git => "https://github.com/nighthawk/ASWeekSelectorView.git", :tag => "v0.4" }
s.source = { :git => "https://github.com/nighthawk/ASWeekSelectorView.git", :tag => "v1.0" }
s.platform = :ios, '7.0'
s.source_files = 'Classes/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit e8c3fd4

Please sign in to comment.