Skip to content

Commit 5ccd94f

Browse files
Bump minimum iOS target version to 9.0
1 parent 612766c commit 5ccd94f

File tree

8 files changed

+1202
-1148
lines changed

8 files changed

+1202
-1148
lines changed

Cloudinary.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
s.source = { :git => "https://github.com/cloudinary/cloudinary_ios.git", :tag => s.version.to_s }
2626

2727
s.swift_version = '5.0'
28-
s.ios.deployment_target = '8.0'
28+
s.ios.deployment_target = '9.0'
2929
s.frameworks = 'UIKit', 'Foundation'
3030

3131
s.default_subspec = 'ios'

Example/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '8.0'
1+
platform :ios, '9.0'
22
use_frameworks!
33

44
target 'Cloudinary_Example' do

Example/Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Cloudinary (2.10.0):
3-
- Cloudinary/ios (= 2.10.0)
4-
- Cloudinary/ios (2.10.0)
2+
- Cloudinary (2.10.1):
3+
- Cloudinary/ios (= 2.10.1)
4+
- Cloudinary/ios (2.10.1)
55

66
DEPENDENCIES:
77
- Cloudinary (from `../`)
@@ -11,8 +11,8 @@ EXTERNAL SOURCES:
1111
:path: "../"
1212

1313
SPEC CHECKSUMS:
14-
Cloudinary: 3e098df10c085f1751dc93412023ce59e8d90772
14+
Cloudinary: 4d5662520f90b7e4e21ee312f34688d6ce10351a
1515

16-
PODFILE CHECKSUM: 5af410a9417d7e6e8d5a59e0c55e0c8c4ae2f611
16+
PODFILE CHECKSUM: 0167c4b078f19e8dfdbc95dfe6ae434510ab6dba
1717

18-
COCOAPODS: 1.10.0
18+
COCOAPODS: 1.10.1

Example/Pods/Local Podspecs/Cloudinary.podspec.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

+1,183-1,129
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Cloudinary/Cloudinary-Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "Cloudinary",
8-
platforms: [ .iOS(.v8)],
8+
platforms: [ .iOS(.v9)],
99
products: [
1010
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)