From cda45937941feb640c22b1defc16e43713df5292 Mon Sep 17 00:00:00 2001 From: WenchaoD Date: Mon, 15 Oct 2018 13:37:40 +0800 Subject: [PATCH] Change iOS version of .podspec to '8.0' . --- FSCalendar.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FSCalendar.podspec b/FSCalendar.podspec index 7d31f496..1473ce80 100644 --- a/FSCalendar.podspec +++ b/FSCalendar.podspec @@ -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}'