Skip to content

Commit b454e07

Browse files
SachinSachin
authored andcommitted
updated version of HandyJson in order to support swift 4.2. Fixed #15,
Fixed #22.
1 parent 584dcad commit b454e07

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -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.5")),
16-
.package(url: "https://github.com/alibaba/HandyJSON.git", .exact("4.1.0")),
16+
.package(url: "https://github.com/alibaba/HandyJSON.git", .exact("4.2.0")),
1717
],
1818
targets: [
1919
.target(

ScClient.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "ScClient"
19-
s.version = "1.0.7"
19+
s.version = "1.1.0"
2020
s.summary = "A socketcluster client for iOS and OSX."
2121
s.swift_version = '3.2'
2222

@@ -136,6 +136,6 @@ Pod::Spec.new do |s|
136136
s.requires_arc = true
137137

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

0 commit comments

Comments
 (0)