Skip to content

Commit

Permalink
Change iOS version of .podspec to '8.0' .
Browse files Browse the repository at this point in the history
  • Loading branch information
WenchaoD committed Oct 15, 2018
1 parent a61f050 commit cda4593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSCalendar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/WenchaoD/FSCalendar.git", :tag => s.version.to_s }

s.platform = :ios
s.ios.deployment_target = '7.0'
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.framework = 'UIKit', 'QuartzCore'
s.source_files = 'FSCalendar/*.{h,m}'
Expand Down

0 comments on commit cda4593

Please sign in to comment.