Skip to content

Commit 202b125

Browse files
committedFeb 15, 2018
working example
1 parent 8f193f1 commit 202b125

File tree

66 files changed

+978
-1229
lines changed

Some content is hidden

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

66 files changed

+978
-1229
lines changed
 

‎Example/Podfile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
use_frameworks!
2+
3+
target 'TrustWeb3Provider_Example' do
4+
pod 'TrustWeb3Provider', :path => '../'
5+
6+
target 'TrustWeb3Provider_Tests' do
7+
inherit! :search_paths
8+
9+
10+
end
11+
end

‎Example/Podfile.lock

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- TrustWeb3Provider (0.1.0)
3+
4+
DEPENDENCIES:
5+
- TrustWeb3Provider (from `../`)
6+
7+
EXTERNAL SOURCES:
8+
TrustWeb3Provider:
9+
:path: ../
10+
11+
SPEC CHECKSUMS:
12+
TrustWeb3Provider: 9c04f2d30e601036a7aec7d1172dc6019c95db99
13+
14+
PODFILE CHECKSUM: 451ed8db8979ff2bdc7212bb45d9b0710eb58015
15+
16+
COCOAPODS: 1.4.0

0 commit comments

Comments
 (0)
Please sign in to comment.