Skip to content

Commit 8f193f1

Browse files
committedFeb 15, 2018
Update to 10.0
1 parent 2395454 commit 8f193f1

File tree

8 files changed

+119
-119
lines changed

8 files changed

+119
-119
lines changed
 

‎TrustWeb3Provider.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'TrustWeb3Provider'
11-
s.version = '0.1.5'
11+
s.version = '0.1.6'
1212
s.summary = 'A short description of trust-web3-provider.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -28,7 +28,7 @@ TODO: Add long description of the pod here.
2828
s.source = { :git => 'https://github.com/Viktor Radchenko/trust-web3-provider.git', :tag => s.version.to_s }
2929
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030

31-
s.ios.deployment_target = '9.3'
31+
s.ios.deployment_target = '10.0'
3232

3333
s.source_files = 'trust-web3-provider/trust-web3-provider/Classes/**/*'
3434

‎trust-web3-provider/Example/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use_frameworks!
2-
platform :ios, '9.3'
2+
platform :ios, '10.0'
33

44
target 'trust-web3-provider_Example' do
55
pod 'TrustWeb3Provider', :path => '../../'
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- TrustWeb3Provider (0.1.5)
2+
- TrustWeb3Provider (0.1.6)
33

44
DEPENDENCIES:
55
- TrustWeb3Provider (from `../../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: ../../
1010

1111
SPEC CHECKSUMS:
12-
TrustWeb3Provider: eb9d26f3bc7d4c512a290402b0c0da809e2a9fc7
12+
TrustWeb3Provider: 472f2499073becbf6bea1bfdbfaa612890b9a480
1313

14-
PODFILE CHECKSUM: 25f20780210f56bd40b35ead00e791784344abda
14+
PODFILE CHECKSUM: 119702f0d87cc9f742d3f190c83a5ed90538c3a9
1515

1616
COCOAPODS: 1.4.0

‎trust-web3-provider/Example/Pods/Local Podspecs/TrustWeb3Provider.podspec.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎trust-web3-provider/Example/Pods/Manifest.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎trust-web3-provider/Example/Pods/Pods.xcodeproj/project.pbxproj

+105-105
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎trust-web3-provider/Example/Pods/Target Support Files/TrustWeb3Provider/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎trust-web3-provider/Example/Pods/Target Support Files/TrustWeb3Provider/ResourceBundle-TrustWeb3Provider-Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.