File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Build Status] ( https://travis-ci.com/matter-labs/web3swift.svg?branch=develop )] ( https://travis-ci.com/matter-labs/web3swift )
6
6
[ ![ Swift] ( https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat )] ( https://developer.apple.com/swift/ )
7
7
[ ![ Platform] ( https://img.shields.io/cocoapods/p/web3swift.svg?style=flat )] ( http://cocoapods.org/pods/web3.swift.pod )
8
- [ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/web3swift .svg?style=flat )] ( http://cocoapods.org/pods/web3.swift.pod )
8
+ [ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/web3.swift.pod .svg?style=flat )] ( http://cocoapods.org/pods/web3.swift.pod )
9
9
[ ![ Carthage Compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
10
10
[ ![ License] ( https://img.shields.io/cocoapods/l/web3swift.svg?style=flat )] ( http://cocoapods.org/pods/web3.swift.pod )
11
11
[ ![ support] ( https://brianmacdonald.github.io/Ethonate/svg/eth-support-blue.svg )] ( https://brianmacdonald.github.io/Ethonate/address#0xe22b8979739d724343bd002f9f432f5990879901 )
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'Web3swift.pod'
3
- spec . version = '2.2.0 '
3
+ spec . version = '2.2.1 '
4
4
spec . ios . deployment_target = "9.0"
5
5
spec . osx . deployment_target = "10.11"
6
6
spec . license = { :type => 'Apache License 2.0' , :file => 'LICENSE.md' }
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'web3swift'
3
- spec . version = '2.2.0 '
3
+ spec . version = '2.2.1 '
4
4
spec . ios . deployment_target = "9.0"
5
5
spec . osx . deployment_target = "10.11"
6
6
spec . license = { :type => 'Apache License 2.0' , :file => 'LICENSE.md' }
You can’t perform that action at this time.
0 commit comments