From ad3799f0b7fd270481b848fbf960ef5278caa319 Mon Sep 17 00:00:00 2001 From: Pabel Nunez Landestoy Date: Fri, 16 Aug 2019 11:18:43 -0400 Subject: [PATCH] Revert "v0.0.3, changed main platform to ios 10.0" This reverts commit 813a5621bf50c27683c1211fb67aaef49a0db854. --- PocketSwift.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PocketSwift.podspec b/PocketSwift.podspec index 82b6b18..1ac7efc 100644 --- a/PocketSwift.podspec +++ b/PocketSwift.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |main| main.name = "PocketSwift" - main.version = "0.0.3" + main.version = "0.0.2" 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, "10.0" + main.platform = :ios, "11.0" main.subspec 'Core' do |core| core.source_files = "PocketSwift/Packages/Core/**/*.{h,m,swift}"