diff --git a/RDVCalendarView.podspec b/RDVCalendarView.podspec index be87979..2cd8e60 100644 --- a/RDVCalendarView.podspec +++ b/RDVCalendarView.podspec @@ -1,6 +1,6 @@ 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." @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Robert Dimitrov" => "robert_dimitrov@me.com" } 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