diff --git a/CHANGES.markdown b/CHANGES.markdown index a72d28a..ca54b18 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -1,5 +1,9 @@ ## HEAD +## 0.1.1 + * Fixes to podspec for Cocoapods users + * Cocoapods projects should no longer see warnings appear when using PCK libs as pod dependencies + ## 0.1.0 ### Major Enhancements @@ -19,8 +23,5 @@ ### Bug Fixes -## 0.1.1 / (unreleased) - * preparing for next release - ## 0.0.3 / 2014-03-10 * first versioned release diff --git a/PivotalCoreKit.podspec b/PivotalCoreKit.podspec index 3d680b1..599bd8d 100644 --- a/PivotalCoreKit.podspec +++ b/PivotalCoreKit.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'PivotalCoreKit' - s.version = '0.1.0' + s.version = '0.1.1' 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' } + s.source = { :git => 'https://github.com/pivotal/PivotalCoreKit.git', :tag => 'v0.1.1' } s.platform = :ios, '6.0' s.requires_arc = false