Skip to content

Commit

Permalink
Use StarscreamFork and update TaskQueue depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
hamchapman committed Mar 23, 2018
1 parent 6b43396 commit 56149a7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 4 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
github "daltoniam/Starscream"
github "krzyzanowskim/CryptoSwift"
github "ashleymills/Reachability.swift"
github "hamchapman/TaskQueue" "master"
github "icanzilb/TaskQueue"

# github "daltoniam/Starscream"
github "hamchapman/Starscream" "cleanup-pod-fork"
6 changes: 2 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
github "ashleymills/Reachability.swift" "v4.1.0"
github "daltoniam/Starscream" "3.0.4"
github "daltoniam/common-crypto-spm" "1.1.0"
github "daltoniam/zlib-spm" "1.1.0"
github "hamchapman/TaskQueue" "6310f970766e490bb210d14a4700e5f51caecab0"
github "hamchapman/Starscream" "f28d93cc1b3b012eee5de8e8d99c38a09cf58975"
github "icanzilb/TaskQueue" "1.1.0"
github "krzyzanowskim/CryptoSwift" "0.8.3"
5 changes: 2 additions & 3 deletions PusherSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/*.swift'

s.dependency 'CryptoSwift', '~> 0.8.3'
s.dependency 'Starscream', '~> 3.0.4'
s.dependency 'Reachability', '~> 4.1.0'

s.dependency 'TaskQueue', '~> 1.0.3' # TODO: FIXME
s.dependency 'TaskQueue', '~> 1.1.0'
s.dependency 'StarscreamFork', '~> 3.0.5'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
Expand Down
7 changes: 7 additions & 0 deletions iOS Example Swift/iOS Example Swift/Carthage.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//
// Carthage.xcconfig
// iOS Example
//
// Created by Hamilton Chapman on 12/03/2018.
// Copyright © 2018 Pusher. All rights reserved.
//

0 comments on commit 56149a7

Please sign in to comment.