Skip to content

Commit 33d994e

Browse files
cowgpTomKemp
authored andcommitted
Define versions in Cartfile and update dependencies (#212)
Some of this project's dependencies released Swift 5 versions which cannot be compiled using previous Xcode/Swift versions. Specify dependency versions in Cartfile and update CocoaPods dependencies so those breaking versions aren't used.
1 parent 8e5cc29 commit 33d994e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cartfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "krzyzanowskim/CryptoSwift"
2-
github "ashleymills/Reachability.swift"
3-
github "icanzilb/TaskQueue"
4-
github "daltoniam/Starscream"
1+
github "krzyzanowskim/CryptoSwift" ~> 0.15.0
2+
github "ashleymills/Reachability.swift" == 4.3.0
3+
github "icanzilb/TaskQueue" ~> 1.1.1
4+
github "daltoniam/Starscream" == 3.0.6

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "ashleymills/Reachability.swift" "v4.1.0"
2-
github "daltoniam/Starscream" "3.0.5"
1+
github "ashleymills/Reachability.swift" "v4.3.0"
2+
github "daltoniam/Starscream" "3.0.6"
33
github "icanzilb/TaskQueue" "1.1.1"
4-
github "krzyzanowskim/CryptoSwift" "0.9.0"
4+
github "krzyzanowskim/CryptoSwift" "0.15.0"

PusherSwift.podspec

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

14-
s.dependency 'CryptoSwift', '~> 0.9.0'
15-
s.dependency 'ReachabilitySwift', '~> 4.1.0'
16-
s.dependency 'TaskQueue', '~> 1.1.1'
14+
s.dependency 'CryptoSwift', '~> 0.9'
15+
s.dependency 'ReachabilitySwift', '4.3.0'
16+
s.dependency 'TaskQueue', '~> 1.1'
1717
s.dependency 'Starscream', '~> 3.0.5'
1818

1919
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)