Skip to content

Commit 83cfcbc

Browse files
committed
Upgraded HandyJson version dependency to have better support in swift 4.x
1 parent e1e4610 commit 83cfcbc

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
@@ -13,7 +13,7 @@ let package = Package(
1313
dependencies: [
1414
// Dependencies declare other packages that this package depends on.
1515
.package(url: "https://github.com/daltoniam/Starscream.git", .exact("3.0.4")),
16-
.package(url: "https://github.com/alibaba/HandyJSON.git", .exact("1.8.0")),
16+
.package(url: "https://github.com/alibaba/HandyJSON.git", .exact("4.1.0")),
1717
],
1818
targets: [
1919
.target(

ScClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,5 @@ Pod::Spec.new do |s|
137137

138138
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
139139
s.dependency "Starscream", "~> 3.0.4"
140-
s.dependency "HandyJSON", "~> 1.8.0"
140+
s.dependency "HandyJSON", "~> 4.1.0"
141141
end

0 commit comments

Comments
 (0)