Skip to content

Commit 627acbf

Browse files
committed
Bump CryptoSwift dependency to 0.9.0
1 parent 50606f9 commit 627acbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ github "ashleymills/Reachability.swift"
33
github "icanzilb/TaskQueue"
44

55
# github "daltoniam/Starscream"
6-
github "hamchapman/Starscream" "cleanup-pod-fork"
6+
github "hamchapman/Starscream"

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "ashleymills/Reachability.swift" "v4.1.0"
2-
github "hamchapman/Starscream" "bfc884d67838079075e4ab816e6a0eafa257b2d6"
2+
github "hamchapman/Starscream" "3.0.6"
33
github "icanzilb/TaskQueue" "1.1.0"
4-
github "krzyzanowskim/CryptoSwift" "0.8.3"
4+
github "krzyzanowskim/CryptoSwift" "0.9.0"

PusherSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.requires_arc = true
1212
s.source_files = 'Sources/*.swift'
1313

14-
s.dependency 'CryptoSwift', '~> 0.8.3'
14+
s.dependency 'CryptoSwift', '~> 0.9.0'
1515
s.dependency 'ReachabilitySwift', '~> 4.1.0'
1616
s.dependency 'TaskQueue', '~> 1.1.0'
1717
s.dependency 'StarscreamFork', '~> 3.0.6'

0 commit comments

Comments
 (0)