diff --git a/SSPPullToRefresh.podspec b/SSPPullToRefresh.podspec index da76153..12bda8d 100644 --- a/SSPPullToRefresh.podspec +++ b/SSPPullToRefresh.podspec @@ -12,7 +12,7 @@ This general classes provide for client the possbility to make own derived imple s.license = { :type => 'MIT', :file => 'LICENSE' } s.source = { :git => 'https://github.com/Sergey-Lomov/SSPPullToRefresh.git', :tag => s.version.to_s } - s.ios.deployment_target = '10.1' + s.ios.deployment_target = '9.0' s.source_files = '**/*.swift' end diff --git a/SSPPullToRefresh.xcodeproj/project.pbxproj b/SSPPullToRefresh.xcodeproj/project.pbxproj index a0dc388..df8d268 100644 --- a/SSPPullToRefresh.xcodeproj/project.pbxproj +++ b/SSPPullToRefresh.xcodeproj/project.pbxproj @@ -258,6 +258,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = 5L27B35HEP; INFOPLIST_FILE = SSPPullToRefresh/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = SSP.SSPPullToRefresh; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -271,6 +272,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = 5L27B35HEP; INFOPLIST_FILE = SSPPullToRefresh/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = SSP.SSPPullToRefresh; PRODUCT_NAME = "$(TARGET_NAME)";