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