Skip to content

Commit f7d9ff4

Browse files
authored
Merge pull request #11 from trilliwon/patch-1
Update Package.swift, libwebp.podspec, minimum target iOS version to v9
2 parents 289862b + 44908d1 commit f7d9ff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "libwebp",
88
platforms: [
9-
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
9+
.macOS(.v10_10), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)
1010
],
1111
products: [
1212
// Products define the executables and libraries produced by a package, and make them visible to other packages.

libwebp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.requires_arc = false
1212

1313
s.osx.deployment_target = '10.10'
14-
s.ios.deployment_target = '8.0'
14+
s.ios.deployment_target = '9.0'
1515
s.tvos.deployment_target = '9.0'
1616
s.watchos.deployment_target = '2.0'
1717

0 commit comments

Comments
 (0)