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

Commit

Permalink
Update CHANGES and .podspec in advance of 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiley Kestner committed Jan 21, 2015
1 parent 86fa3d9 commit f1d3743
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.markdown
@@ -1,5 +1,10 @@
## HEAD

## 0.2.3

* Update WatchKit framework for Xcode 6.2 beta 4
* Add support for testing UIAlertController

## 0.2.2

* Adds support for testing wiring of WatchKit apps in Cedar/XCTest/etc.
Expand Down
4 changes: 2 additions & 2 deletions PivotalCoreKit.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'PivotalCoreKit'
s.version = '0.2.2'
s.version = '0.2.3'
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 => 'v0.2.2' }
s.source = { :git => 'https://github.com/pivotal/PivotalCoreKit.git', :tag => 'v0.2.3' }
s.platform = :ios, '6.0'
s.requires_arc = false

Expand Down

0 comments on commit f1d3743

Please sign in to comment.