Skip to content

Commit

Permalink
Decrease minimum iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Lomov authored and Sergey Lomov committed Apr 24, 2017
1 parent 4f77287 commit 71561ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SSPPullToRefresh.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions SSPPullToRefresh.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand All @@ -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)";
Expand Down

0 comments on commit 71561ef

Please sign in to comment.