Skip to content

Commit

Permalink
Get rebase 2.4 ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLin committed Jun 30, 2016
1 parent 7683304 commit 53299a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ All notable changes to this project will be documented in this file.
#### API breaking changes
None

#### Enhancements
None

#### Bugfixes
None

### [2.4](https://github.com/JakeLin/IBAnimatable/releases/tag/2.4)

#### API breaking changes
None

#### Enhancements
- New designable properties for `UITextView`: placeholder text and color [#227](https://github.com/JakeLin/IBAnimatable/issues/227)
- Add `AnimatableSlider` [#228](https://github.com/JakeLin/IBAnimatable/pull/228)
Expand Down
2 changes: 1 addition & 1 deletion IBAnimatable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "IBAnimatable"
s.version = "2.3"
s.version = "2.4"
s.summary = "Design and prototype UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable."
s.homepage = "https://github.com/JakeLin/IBAnimatable"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Add `pod 'IBAnimatable'` to your Podfile.

### [Carthage](https://github.com/Carthage/Carthage)

Add `github "JakeLin/IBAnimatable" ~> 2.3` to your Cartfile.
Add `github "JakeLin/IBAnimatable" ~> 2.4` to your Cartfile.

Please Notice, there is [a limitation of a built framework for `@IBDesignable` and `@IBInspectable`](https://github.com/Carthage/Carthage/issues/335), that will impact on `IBAnimatable` when you use Carthage.

Expand Down

0 comments on commit 53299a0

Please sign in to comment.