Skip to content

Commit 17f6c26

Browse files
committed
Also supported for CocoaPods and Carthage
1 parent e329846 commit 17f6c26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

APIKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
"Yosuke Ishikawa" => "[email protected]"
99
}
1010

11-
s.ios.deployment_target = "8.0"
11+
s.ios.deployment_target = "9.0"
1212
s.osx.deployment_target = "10.10"
1313
if s.respond_to?(:watchos)
1414
s.watchos.deployment_target = "2.0"

Configurations/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ VERSIONING_SYSTEM = apple-generic
2727
CODE_SIGNING_REQUIRED = NO
2828
CODE_SIGN_IDENTITY =
2929
MACOSX_DEPLOYMENT_TARGET = 10.10
30-
IPHONEOS_DEPLOYMENT_TARGET = 8.0
30+
IPHONEOS_DEPLOYMENT_TARGET = 9.0
3131
WATCHOS_DEPLOYMENT_TARGET = 2.0
3232
TVOS_DEPLOYMENT_TARGET = 9.0

0 commit comments

Comments
 (0)