Skip to content

Commit b5adc39

Browse files
committed
Update lib
1 parent 44cfcfa commit b5adc39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "ReSwift/ReSwift" ~> 5.0.0
2-
github "alibaba/HandyJSON" ~> 5.0.1
2+
github "alibaba/HandyJSON" ~> 5.0.2
33
github "daltoniam/Starscream" == 3.1.1

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "ReSwift/ReSwift" "5.0.0"
2-
github "alibaba/HandyJSON" "5.0.1"
2+
github "alibaba/HandyJSON" "5.0.2"
33
github "daltoniam/Starscream" "3.1.1"

ReSwiftMonitor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.requires_arc = true
1111
s.source_files = "Sources/**/*.{swift}", "Sources/*.{swift,h}"
1212
s.dependency 'ReSwift', '~> 5.0.0'
13-
s.dependency 'HandyJSON', '~> 5.0.1'
13+
s.dependency 'HandyJSON', '~> 5.0.2'
1414
s.dependency 'Starscream', '3.1.1'
1515
s.swift_version = '5.0'
1616
end

0 commit comments

Comments
 (0)