From 5997d3b421de0e90dd076bf738f74fd9ebf38540 Mon Sep 17 00:00:00 2001 From: Pabel Nunez Landestoy Date: Fri, 16 Aug 2019 12:18:04 -0400 Subject: [PATCH] v0.0.3 release, changed platform to ios 10.0 --- PocketSwift.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PocketSwift.podspec b/PocketSwift.podspec index 1ac7efc..82b6b18 100644 --- a/PocketSwift.podspec +++ b/PocketSwift.podspec @@ -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 @@ -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}"