File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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(
Original file line number Diff line number Diff 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"
141141end
You can’t perform that action at this time.
0 commit comments