Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koray Koska committed Jun 12, 2018
1 parent 9de9795 commit 0cec061
Show file tree
Hide file tree
Showing 17 changed files with 347 additions and 314 deletions.
27 changes: 18 additions & 9 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ PODS:
- PromiseKit/CorePromise (6.2.4)
- Quick (1.2.0)
- secp256k1.swift (0.1.4)
- Web3 (0.2.0):
- Web3/Core (= 0.2.0)
- Web3/HTTPExtension (= 0.2.0)
- Web3/Core (0.2.0):
- Web3 (0.2.1):
- Web3/Core (= 0.2.1)
- Web3/HTTPExtension (= 0.2.1)
- Web3/Core (0.2.1):
- BigInt.swift (~> 1.0)
- CryptoSwift (~> 0.8)
- secp256k1.swift (~> 0.1)
- Web3/HTTPExtension (0.2.0):
- Web3/HTTPExtension (0.2.1):
- Web3/Core
- Web3/PromiseKit (0.2.0):
- Web3/PromiseKit (0.2.1):
- PromiseKit/CorePromise (~> 6.0)
- Web3/Core

Expand All @@ -24,9 +24,18 @@ DEPENDENCIES:
- Web3 (from `../`)
- Web3/PromiseKit (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- BigInt.swift
- CryptoSwift
- Nimble
- PromiseKit
- Quick
- secp256k1.swift

EXTERNAL SOURCES:
Web3:
:path: ../
:path: "../"

SPEC CHECKSUMS:
BigInt.swift: 1e0ddf08d82166e72dfb0fa8d40301d273081afc
Expand All @@ -35,8 +44,8 @@ SPEC CHECKSUMS:
PromiseKit: 625b1fc69944fc839503748101c5968cf54b527b
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
Web3: 74ed53954924c07feff292ad6fd07169fdd85cd9
Web3: 302e96088450557de6a45f880214fc9e4bcfd356

PODFILE CHECKSUM: 2f710184f832269e9555625936985a2bc3b69022

COCOAPODS: 1.4.0
COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/Web3.podspec.json

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

27 changes: 18 additions & 9 deletions Example/Pods/Manifest.lock

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

534 changes: 275 additions & 259 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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: 0 additions & 1 deletion Example/Pods/Target Support Files/Nimble/Nimble.xcconfig

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: 0 additions & 1 deletion Example/Pods/Target Support Files/Quick/Quick.xcconfig

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

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/Web3/Info.plist

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

3 changes: 1 addition & 2 deletions Example/Pods/Target Support Files/Web3/Web3.xcconfig

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.

16 changes: 0 additions & 16 deletions Example/Web3.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@
607FACE21AFB9204008FA782 /* Frameworks */,
607FACE31AFB9204008FA782 /* Resources */,
67F87F474D45E971213C7DAB /* [CP] Embed Pods Frameworks */,
EB79E52C1FB4F309905951E6 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -309,21 +308,6 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Web3_Tests/Pods-Web3_Tests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
EB79E52C1FB4F309905951E6 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Web3_Tests/Pods-Web3_Tests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ this exact functionality. More about that later.
If you want to use [PromiseKit](https://github.com/mxcl/PromiseKit) extensions for the web3 calls, you can either use the
provided PromiseKit subspec/SPM product or create your own.
If you want to conveniently parse JSON ABIs for Ethereum Smart Contracts, you can use the provided ABI Parsing subspec/SPM product
which will be released in version 0.2.0.
which will be released in version 0.3.0.

Finally, if you want to add functionality to `Web3.swift` which is not provided yet, you don't have to wait until it gets merged
and released in a version bump. You can simple extend/update functionality within you own app as our APIs are made to be very open
Expand Down
2 changes: 1 addition & 1 deletion Web3.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Web3'
s.version = '0.2.0'
s.version = '0.2.1'
s.summary = 'Web3 library for Swift. Sign transactions and interact with Smart Contracts in the Ethereum Network.'

s.description = <<-DESC
Expand Down

0 comments on commit 0cec061

Please sign in to comment.