Skip to content

Commit

Permalink
v0.0.3, changed main platform to ios 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabelnl committed Aug 17, 2019
1 parent 0530afc commit f356e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PocketSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |main|

main.name = "PocketSwift"
main.version = "0.0.2"
main.version = "0.0.3"
main.summary = "Pocket-swift package with a set of plugins that allows you to connect to the Eth and Aion Networks."
main.homepage = "https://github.com/pokt-network/pocket-swift"
main.license = { :type => 'MIT', :text => 'MIT License
Expand Down Expand Up @@ -39,7 +39,7 @@ SOFTWARE.
main.exclude_files = "PocketSwiftTests/**/*.{h,m,swift}", "Pods/*"
main.swift_version = "5"
main.cocoapods_version = ">= 1.4.0"
main.platform = :ios, "11.0"
main.platform = :ios, "10.0"

main.subspec 'Core' do |core|
core.source_files = "PocketSwift/Packages/Core/**/*.{h,m,swift}"
Expand Down

0 comments on commit f356e1d

Please sign in to comment.