-
Notifications
You must be signed in to change notification settings - Fork 46
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
1 parent
258d1a0
commit 9bc52dc
Showing
1 changed file
with
2 additions
and
2 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 = "RDVCalendarView" | ||
s.version = "1.1.0" | ||
s.version = "1.1.1" | ||
s.summary = "Highly customizable calendarView and calendarViewController for iOS" | ||
s.description = "RDVCalendarView is iPad and iPhone compatible. Everything can be customized. | ||
Supports landscape and portrait orientations and is fully localized using NSLocale." | ||
s.homepage = "https://github.com/robbdimitrov/RDVCalendarView" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Robert Dimitrov" => "[email protected]" } | ||
s.platform = :ios, '5.0' | ||
s.source = { :git => "https://github.com/robbdimitrov/RDVCalendarView.git", :tag => "v1.1.0" } | ||
s.source = { :git => "https://github.com/robbdimitrov/RDVCalendarView.git", :tag => "v1.1.1" } | ||
s.source_files = 'RDVCalendarView', 'RDVCalendarView/**/*.{h,m}' | ||
s.framework = 'UIKit', 'CoreGraphics', 'Foundation' | ||
s.requires_arc = true | ||
|