-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adrian Schoenig
committed
Jul 13, 2016
1 parent
5ff995a
commit e8c3fd4
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" => "[email protected]" } | ||
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 | ||
|