-
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.
Pass weak reference to animation blocks, highlight subviews on select…
…ion/highlight, add -dateForIndex: method.
- Loading branch information
1 parent
49ef47d
commit 8818581
Showing
4 changed files
with
81 additions
and
41 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.0.2" | ||
s.version = "1.0.3" | ||
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.0.2" } | ||
s.source = { :git => "https://github.com/robbdimitrov/RDVCalendarView.git", :tag => "v1.0.3" } | ||
s.source_files = 'RDVCalendarView', 'RDVCalendarView/**/*.{h,m}' | ||
s.framework = 'UIKit', 'CoreGraphics', 'Foundation' | ||
s.requires_arc = true | ||
|
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
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
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