Skip to content

Commit

Permalink
Merge pull request #75 from matterinc/carthage
Browse files Browse the repository at this point in the history
Carthage
  • Loading branch information
shamatar authored Oct 28, 2018
2 parents 3a08971 + 100bbd2 commit e960456
Show file tree
Hide file tree
Showing 75 changed files with 3,138 additions and 2,299 deletions.
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def import_pods
pod 'Result', '~> 4.0'
pod 'secp256k1_swift', '~> 1.0.3', :modular_headers => true
pod 'SwiftRLP', '~> 1.1'
pod 'EthereumAddress', '~> 1.0.0'
end

target 'web3swift-macOS' do
Expand Down
7 changes: 6 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ PODS:
- BigInt (3.1.0):
- SipHash (~> 1.2)
- CryptoSwift (0.13.0)
- EthereumAddress (1.0.0):
- CryptoSwift (~> 0.13)
- PromiseKit (6.4.1):
- PromiseKit/CorePromise (= 6.4.1)
- PromiseKit/Foundation (= 6.4.1)
Expand All @@ -22,6 +24,7 @@ PODS:
DEPENDENCIES:
- BigInt (~> 3.1)
- CryptoSwift (~> 0.12)
- EthereumAddress (~> 1.0.0)
- PromiseKit (~> 6.4.1)
- Result (~> 4.0)
- scrypt (~> 2.0)
Expand All @@ -32,6 +35,7 @@ SPEC REPOS:
https://github.com/cocoapods/specs.git:
- BigInt
- CryptoSwift
- EthereumAddress
- PromiseKit
- Result
- scrypt
Expand All @@ -42,13 +46,14 @@ SPEC REPOS:
SPEC CHECKSUMS:
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
CryptoSwift: 16e78bebf567bad1c87b2d58f6547f25b74c31aa
EthereumAddress: f476e1320dca3a0024431e713ede7a09c7eb7796
PromiseKit: 4c76a6506638034e3d7bede97b2ff7743f7bd2dc
Result: 7645bb3f50c2ce726dd0ff2fa7b6f42bbe6c3713
scrypt: 3fe5b1a3b0976f97cd87488673a8f7c65708cc84
secp256k1_swift: 4fc5c4b2d2c6d21ee8ccb868cdc92da12f38bed9
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
SwiftRLP: 5512899925f1a9e1c78c902ed3bf857880e814a0

PODFILE CHECKSUM: 2664c33ef7c46c222ed5963c84c7ebd86a806b9e
PODFILE CHECKSUM: 9f923f3cffffde022aaef140f9cd311a152e9c49

COCOAPODS: 1.6.0.beta.1
20 changes: 10 additions & 10 deletions ...toreManager/Classes/EthereumAddress.swift → ...reumAddress/Classes/EthereumAddress.swift
100755 → 100644

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

226 changes: 226 additions & 0 deletions Pods/EthereumAddress/EthereumAddress/Classes/Extensions.swift

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

23 changes: 23 additions & 0 deletions Pods/EthereumAddress/EthereumAddress/EthereumAddress.h

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

13 changes: 13 additions & 0 deletions Pods/EthereumAddress/LICENSE

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

3 changes: 3 additions & 0 deletions Pods/EthereumAddress/README.md

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/EthereumAddress/EthereumAddress.h

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

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

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

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

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/EthereumAddress/EthereumAddress.h

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

Loading

0 comments on commit e960456

Please sign in to comment.