Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Bump Podspec version to v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
akitchen committed May 19, 2017
1 parent d6c6ba8 commit f977d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

Expand Down

0 comments on commit f977d31

Please sign in to comment.