Skip to content

Commit

Permalink
start cleaning up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vlasov committed Dec 30, 2017
1 parent 4e345ea commit 7f9a3cf
Show file tree
Hide file tree
Showing 121 changed files with 5,528 additions and 10,599 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
4 changes: 2 additions & 2 deletions Example/web3swiftExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ target 'web3swiftExample' do
use_frameworks!
# pod 'Alamofire', '~> 4.5'
# pod 'BigInt', '~> 3.0.1'
# pod 'PromiseKit', '~> 4.4'
# pod 'AwaitKit', '~> 3.0.1'
pod 'PromiseKit', '~> 4.4'
pod 'AwaitKit', '~> 3.0.1'
# pod 'PromiseKit/Alamofire', '~> 4.0'
# pod 'CryptoSwift'
# pod 'libsodium'
Expand Down
20 changes: 10 additions & 10 deletions Example/web3swiftExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
PODS:
- Alamofire (4.6.0)
- Alamofire-Synchronous (4.0.0):
- Alamofire (~> 4.0)
- AwaitKit (3.0.1):
- PromiseKit (~> 4.2)
- BigInt (3.0.1):
Expand All @@ -10,9 +12,6 @@ PODS:
- PromiseKit/Foundation (= 4.5.0)
- PromiseKit/QuartzCore (= 4.5.0)
- PromiseKit/UIKit (= 4.5.0)
- PromiseKit/Alamofire (4.5.0):
- Alamofire (~> 4.0)
- PromiseKit/CorePromise
- PromiseKit/CorePromise (4.5.0)
- PromiseKit/Foundation (4.5.0):
- PromiseKit/CorePromise
Expand All @@ -22,17 +21,17 @@ PODS:
- PromiseKit/CorePromise
- secp256k1_ios (0.0.7)
- SipHash (1.2.0)
- web3swift (0.0.5):
- web3swift (0.2.0):
- Alamofire (~> 4.5)
- AwaitKit (~> 3.0.1)
- Alamofire-Synchronous (~> 4.0)
- BigInt (~> 3.0.1)
- CryptoSwift
- libsodium
- PromiseKit (~> 4.4)
- PromiseKit/Alamofire (~> 4.0)
- secp256k1_ios (~> 0.0.6)
- secp256k1_ios (~> 0.0.7)

DEPENDENCIES:
- AwaitKit (~> 3.0.1)
- PromiseKit (~> 4.4)
- web3swift (from `../../`)

EXTERNAL SOURCES:
Expand All @@ -41,15 +40,16 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Alamofire: f41a599bd63041760b26d393ec1069d9d7b917f4
Alamofire-Synchronous: eedf1e6e961c3795a63c74990b3f7d9fbfac7e50
AwaitKit: daf1af84544413a8dfadb4fc25d8b0f9706e5c83
BigInt: 8e8a52161c745cd3ab78e3dc346a9fbee51e6cf6
CryptoSwift: f81907430ebbe38b8404b4f6fb40f3c576a8755f
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
PromiseKit: 9c1d9f6d7b65e3951a90bea7f407c56972be5d8e
secp256k1_ios: 12a9bddc3d7aa723efbb32b42413f041b11a7765
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce
web3swift: 87b6e84af3ba005c21267eb797f284d9de23a49a
web3swift: 3357094e3dcc22aa2b74496765ab1627b7eb0793

PODFILE CHECKSUM: 2fd3578885d2ab10b3e28109dd7f5fbbe7d31929
PODFILE CHECKSUM: 4e5121a1dec0e978128609b48d54cc97e1079b04

COCOAPODS: 1.3.1
22 changes: 22 additions & 0 deletions Example/web3swiftExample/Pods/Alamofire-Synchronous/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

110 changes: 110 additions & 0 deletions Example/web3swiftExample/Pods/Alamofire-Synchronous/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7f9a3cf

Please sign in to comment.