From 317506ed3febd703e2db52ed69fc8023ff311846 Mon Sep 17 00:00:00 2001 From: Brendan Lee Date: Thu, 9 Mar 2017 22:27:56 -0500 Subject: [PATCH] Change deployment target --- Podfile | 2 +- Podfile.lock | 4 ++-- SwiftyGiphy.podspec | 2 +- SwiftyGiphy.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Podfile b/Podfile index 60fbe39..06e78c5 100644 --- a/Podfile +++ b/Podfile @@ -1,5 +1,5 @@ # Uncomment the next line to define a global platform for your project -platform :ios, '9.1' +platform :ios, '9.0' target 'SwiftyGiphySample' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks diff --git a/Podfile.lock b/Podfile.lock index 8287247..538b58c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -32,8 +32,8 @@ SPEC CHECKSUMS: NYTPhotoViewer: e80e8767f3780d2df37c6f72cbab15d6c7232911 ObjectMapper: 81d0e5d7c57129e3e93f29a04bdf9669542b37d2 SDWebImage: 76a6348bdc74eb5a55dd08a091ef298e56b55e41 - SwiftyGiphy: b609d47f32935d0a9889fa6cfc00ba59a4d3c37a + SwiftyGiphy: 5803d85c6e8e924708a68ba52232d608ab6d2aec -PODFILE CHECKSUM: fb2f2ca1df17c993ee8a9963fe9b0fd9f34f220c +PODFILE CHECKSUM: 99ae6577f47a8d8b2d37875a1c21f2c41e5295fb COCOAPODS: 1.2.0 diff --git a/SwiftyGiphy.podspec b/SwiftyGiphy.podspec index 55491c9..4129496 100644 --- a/SwiftyGiphy.podspec +++ b/SwiftyGiphy.podspec @@ -28,7 +28,7 @@ Provides a UI and API layer for Giphy discovery and integration. s.source = { :git => 'https://github.com/52inc/SwiftyGiphy.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/52_inc' - s.ios.deployment_target = '9.1' + s.ios.deployment_target = '9.0' s.source_files = 'Library/*.*' s.resources = 'Assets/*.*' diff --git a/SwiftyGiphy.xcodeproj/project.pbxproj b/SwiftyGiphy.xcodeproj/project.pbxproj index 5c6c541..9fe421f 100644 --- a/SwiftyGiphy.xcodeproj/project.pbxproj +++ b/SwiftyGiphy.xcodeproj/project.pbxproj @@ -343,7 +343,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = P87N88ZC7B; INFOPLIST_FILE = SwiftyGiphy/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.52inc.SwiftyGiphySample; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -358,7 +358,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = P87N88ZC7B; INFOPLIST_FILE = SwiftyGiphy/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.52inc.SwiftyGiphySample; PRODUCT_NAME = "$(TARGET_NAME)";