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

Commit

Permalink
Bumped to version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
idoru committed Apr 1, 2016
1 parent a1349c2 commit 8acd467
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGES.markdown
@@ -1,7 +1,13 @@
## HEAD

## 0.3.3 (in progress)

## 0.3.3

* Carthage compatibility
* PCK now builds dynamic libraries
* UIAlertController SpecHelper stub raises nonexistant Cancel button error consistently for all styles.
* SpecHelper stub `-dismissViewController:animated:completion:` no longer invokes completion twice in some situations.
* UIView SpecHelper stub can now control the execution of animations with `+resetAnimations` and `+resumeAnimations`.
* UIKit SpecHelper stubs throw exceptions in more illogical cases now, like tapping on non-displayed cells or buttons with no size.
* `transitionToViewController:fromViewController...` SpecHelper stub behaves more like UIKit.

## 0.3.2
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.3.2'
s.version = '0.3.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.3.2' }
s.source = { :git => 'https://github.com/pivotal/PivotalCoreKit.git', :tag => "v#{s.version}" }
s.ios.deployment_target = '6.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = false
Expand Down

0 comments on commit 8acd467

Please sign in to comment.