Skip to content

Commit 2419103

Browse files
committed
Bump deployment target version
1 parent 027821b commit 2419103

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

PodcastAPI.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Pod::Spec.new do |s|
1010
s.requires_arc = true
1111
s.swift_version = "5.0"
1212
s.osx.deployment_target = "13.3.99"
13-
s.ios.deployment_target = "16.4.99"
14-
s.watchos.deployment_target = "3.0"
15-
s.tvos.deployment_target = "9.0"
13+
s.ios.deployment_target = "16.4"
14+
# s.watchos.deployment_target = "3.0"
15+
# s.tvos.deployment_target = "9.0"
1616
s.source = { :git => "https://github.com/ListenNotes/podcast-api-swift.git", :tag => "#{s.version}" }
1717
s.source_files = "Sources/PodcastAPI/*.swift"
1818
s.dependency "SwiftyJSON", "~> 4.0"

Sources/ExampleIOSApp/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- PodcastAPI (1.1.5):
2+
- PodcastAPI (1.1.6):
33
- SwiftyJSON (~> 4.0)
44
- SwiftyJSON (4.3.0)
55

@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../.."
1616

1717
SPEC CHECKSUMS:
18-
PodcastAPI: 256aa8c4eb8b576e2f66f69b0b3f05cbe7a90732
18+
PodcastAPI: 1fa733a3fd51c00d5420ddf628fe08906df8bec7
1919
SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08
2020

2121
PODFILE CHECKSUM: eeb607ec6f433ddf0db62f185477fead91d50e27

0 commit comments

Comments
 (0)