Skip to content

Commit

Permalink
update podspec, support iOS 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vlasov committed Mar 20, 2018
1 parent ad2dc78 commit b884998
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ target 'web3swift-macOS' do
end

target 'web3swift-iOS' do
platform :ios, '11.2'
platform :ios, '9.0'
use_frameworks!

import_pods
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Alamofire (4.6.0)
- Alamofire (4.7.0)
- Alamofire-Synchronous (4.0.0):
- Alamofire (~> 4.0)
- BigInt (3.0.1):
Expand Down Expand Up @@ -29,7 +29,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/shamatar/secp256k1_ios.git

SPEC CHECKSUMS:
Alamofire: f41a599bd63041760b26d393ec1069d9d7b917f4
Alamofire: 907e0a98eb68cdb7f9d1f541a563d6ac5dc77b25
Alamofire-Synchronous: eedf1e6e961c3795a63c74990b3f7d9fbfac7e50
BigInt: 8e8a52161c745cd3ab78e3dc346a9fbee51e6cf6
CryptoSwift: 033efc3523865d19cc6ab6612fa17a62613b5dfa
Expand All @@ -38,6 +38,6 @@ SPEC CHECKSUMS:
secp256k1_ios: 168c6c49ed9771db51875f5255c8f9847e4cf554
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce

PODFILE CHECKSUM: 509aaee40d3963cdd02f4489f089ccd915d5799b
PODFILE CHECKSUM: ad6dd243f372aed0175a8f53f5c3377a19efaace

COCOAPODS: 1.4.0
2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "web3swift"
s.version = "0.3.4"
s.version = "0.3.5"
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"

s.description = <<-DESC
Expand Down

0 comments on commit b884998

Please sign in to comment.