Skip to content

Commit 544dd71

Browse files
committed
Bump SwiftyJSON version
1 parent 2419103 commit 544dd71

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: ["ExampleCommandLineApp"]),
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "4.0.0"),
18+
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.0"),
1919
],
2020
targets: [
2121
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

PodcastAPI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
# 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"
18-
s.dependency "SwiftyJSON", "~> 4.0"
18+
s.dependency "SwiftyJSON", "~> 5.0"
1919
end

Sources/ExampleIOSApp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '14.5'
2+
platform :ios, '16.4'
33

44
target 'ExampleIOSApp' do
55
# Comment the next line if you don't want to use dynamic frameworks

Sources/ExampleIOSApp/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- PodcastAPI (1.1.6):
3-
- SwiftyJSON (~> 4.0)
4-
- SwiftyJSON (4.3.0)
3+
- SwiftyJSON (~> 5.0)
4+
- SwiftyJSON (5.0.0)
55

66
DEPENDENCIES:
77
- PodcastAPI (from `../..`)
@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
1515
:path: "../.."
1616

1717
SPEC CHECKSUMS:
18-
PodcastAPI: 1fa733a3fd51c00d5420ddf628fe08906df8bec7
19-
SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08
18+
PodcastAPI: 272b7c622f46588b807c0436d47a4551cf4f94ca
19+
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7
2020

21-
PODFILE CHECKSUM: eeb607ec6f433ddf0db62f185477fead91d50e27
21+
PODFILE CHECKSUM: a0f3ac29f2e50f06e13ba6997a45f525dbae37c7
2222

2323
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)