Skip to content

Commit dbf0f97

Browse files
committed
made Example works again.
1 parent e096f71 commit dbf0f97

File tree

124 files changed

+2981
-2524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+2981
-2524
lines changed

Example/web3swiftExample/Podfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
platform :ios, '11.2'
1+
source 'https://github.com/CocoaPods/Specs.git'
2+
platform :ios, '9.0'
23

34
target 'web3swiftExample' do
45
use_frameworks!
56
#use_modular_headers!
6-
pod 'web3swift', '~> 1.1.9'
7+
pod 'web3swift'
78
# pod 'web3swift', :git => 'https://github.com/matterinc/web3swift.git'
89
end

Example/web3swiftExample/Podfile.lock

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PODS:
2525
- secp256k1_ios (~> 0.1)
2626

2727
DEPENDENCIES:
28-
- web3swift (~> 1.1.9)
28+
- web3swift
2929

3030
SPEC REPOS:
3131
https://github.com/cocoapods/specs.git:
@@ -48,6 +48,6 @@ SPEC CHECKSUMS:
4848
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
4949
web3swift: 4895c765c9858eb4737ef222eb8643bb5fc7fdb3
5050

51-
PODFILE CHECKSUM: 8d61818b8900609b53352708ddba0659befd3536
51+
PODFILE CHECKSUM: 6d9e2706704c1b04a380df8a28b2457bc4f325b1
5252

5353
COCOAPODS: 1.6.0.beta.1

Example/web3swiftExample/Pods/Local Podspecs/web3swift.podspec.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

Example/web3swiftExample/Pods/Manifest.lock

100755100644
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 2225 additions & 2143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/SipHash/LICENSE.md

100755100644
File mode changed.

Example/web3swiftExample/Pods/SipHash/README.md

100755100644
File mode changed.

Example/web3swiftExample/Pods/SipHash/SipHash/Primitive Types.swift

100755100644
File mode changed.

Example/web3swiftExample/Pods/SipHash/SipHash/RandomUInt64.swift

100755100644
File mode changed.

Example/web3swiftExample/Pods/SipHash/SipHash/SipHashable.swift

100755100644
File mode changed.

0 commit comments

Comments
 (0)