File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11PODS:
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
1717SPEC CHECKSUMS:
18- PodcastAPI: 256aa8c4eb8b576e2f66f69b0b3f05cbe7a90732
18+ PodcastAPI: 1fa733a3fd51c00d5420ddf628fe08906df8bec7
1919 SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08
2020
2121PODFILE CHECKSUM: eeb607ec6f433ddf0db62f185477fead91d50e27
You can’t perform that action at this time.
0 commit comments