Skip to content

Commit

Permalink
Merge pull request #129 from argentlabs/develop
Browse files Browse the repository at this point in the history
0.6.0
  • Loading branch information
DarthMike authored Feb 2, 2021
2 parents b9aa83e + d8b6d1f commit f116e86
Show file tree
Hide file tree
Showing 38 changed files with 1,644 additions and 154 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def all_pods
pod 'BigInt', '5.0.0'
pod 'BigInt', '5.2.0'
pod 'secp256k1.swift', '~> 0.1'
pod 'GenericJSON', '~> 2.0'
end
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- BigInt (5.0.0)
- BigInt (5.2.0)
- GenericJSON (2.0.1)
- secp256k1.swift (0.1.4)

DEPENDENCIES:
- BigInt (= 5.0.0)
- BigInt (= 5.2.0)
- GenericJSON (~> 2.0)
- secp256k1.swift (~> 0.1)

Expand All @@ -15,10 +15,10 @@ SPEC REPOS:
- secp256k1.swift

SPEC CHECKSUMS:
BigInt: 74b4d88367b0e819d9f77393549226d36faeb0d8
BigInt: f668a80089607f521586bbe29513d708491ef2f7
GenericJSON: a6e74e2c457f8693caab08e0eafde7d97e6666de
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634

PODFILE CHECKSUM: 3d84a95ae54221cea1e840cd6b62e55c04ed01a3
PODFILE CHECKSUM: 3df5c5e61ce857dec84394cba74c01a6b4c15d3a

COCOAPODS: 1.8.4
2 changes: 1 addition & 1 deletion Pods/BigInt/README.md

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

69 changes: 69 additions & 0 deletions Pods/BigInt/Sources/Data Conversion.swift

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

116 changes: 73 additions & 43 deletions Pods/BigInt/Sources/Random.swift

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

8 changes: 4 additions & 4 deletions Pods/Manifest.lock

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

2 changes: 1 addition & 1 deletion Pods/Target Support Files/BigInt/BigInt-Info.plist

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

2 changes: 1 addition & 1 deletion web3.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'web3.swift'
s.version = '0.5.0'
s.version = '0.666666.0'
s.license = 'MIT'
s.summary = 'Ethereum API for Swift'
s.homepage = 'https://github.com/argentlabs/web3.swift'
Expand Down
Loading

0 comments on commit f116e86

Please sign in to comment.