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

Commit

Permalink
Updates CHANGES.markdown and podspec in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kitchen and Raphael Weiner committed Nov 12, 2014
1 parent 3c7a735 commit c39bcf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGES.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,8 +23,5 @@

### Bug Fixes

## 0.1.1 / (unreleased)
* preparing for next release

## 0.0.3 / 2014-03-10
* first versioned release
4 changes: 2 additions & 2 deletions PivotalCoreKit.podspec
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c39bcf5

Please sign in to comment.