Skip to content

Commit

Permalink
Change deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleecodes committed Mar 10, 2017
1 parent d07def6 commit 317506e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion SwiftyGiphy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/*.*'
Expand Down
4 changes: 2 additions & 2 deletions SwiftyGiphy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand All @@ -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)";
Expand Down

0 comments on commit 317506e

Please sign in to comment.