Skip to content

Commit

Permalink
Updated podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbdimitrov committed Oct 21, 2018
1 parent 4f827e8 commit 8e6bc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RDVCalendarView.podspec
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.7"
s.version = "1.1.0"
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.7" }
s.source = { :git => "https://github.com/robbdimitrov/RDVCalendarView.git", :tag => "v1.1.0" }
s.source_files = 'RDVCalendarView', 'RDVCalendarView/**/*.{h,m}'
s.framework = 'UIKit', 'CoreGraphics', 'Foundation'
s.requires_arc = true
Expand Down

0 comments on commit 8e6bc04

Please sign in to comment.