From f977d31423bba56466894d7428314ae9569cbf3d Mon Sep 17 00:00:00 2001 From: Andrew Kitchen Date: Fri, 19 May 2017 15:55:18 -0700 Subject: [PATCH] Bump Podspec version to v0.3.5 --- PivotalCoreKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PivotalCoreKit.podspec b/PivotalCoreKit.podspec index 655d632..29f0070 100644 --- a/PivotalCoreKit.podspec +++ b/PivotalCoreKit.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'PivotalCoreKit' - s.version = '0.3.4' + s.version = '0.3.5' s.license = { :type => 'MIT', :file => 'LICENSE.markdown' } s.summary = 'Shared library and test code for iOS projects.' s.homepage = 'https://github.com/pivotal/PivotalCoreKit' s.author = { 'Pivotal Labs' => 'http://pivotallabs.com' } s.source = { :git => 'https://github.com/pivotal/PivotalCoreKit.git', :tag => "v#{s.version}" } - s.ios.deployment_target = '6.0' + s.ios.deployment_target = '8.0' s.tvos.deployment_target = '9.0' s.requires_arc = false