Skip to content

Commit 183512d

Browse files
committed
Version 0.3.0
1 parent 99eb15d commit 183512d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

RBBAnimation.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RBBAnimation"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Block-based animations made easy."
55
s.description = <<-DESC
66
RBBAnimation is a subclass of CAKeyframeAnimation that allows you to
@@ -15,9 +15,10 @@ Pod::Spec.new do |s|
1515

1616
s.author = { "Robert Böhnke" => "[email protected]" }
1717

18-
s.ios.deployment_target = '7.0'
18+
s.ios.deployment_target = '6.0'
19+
s.osx.deployment_target = '10.8'
1920

20-
s.source = { :git => "https://github.com/robb/RBBAnimation.git", :tag => "v0.2.0" }
21+
s.source = { :git => "https://github.com/robb/RBBAnimation.git", :tag => "v0.3.0" }
2122

2223
s.source_files = 'RBBAnimation', 'RBBAnimation/**/*.{h,m}'
2324

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To install RBBAnimation, I recommend the excellent [CocoaPods]. Simply add this
1818
to your Podfile
1919

2020
```ruby
21-
pod 'RBBAnimation', '0.2.0'
21+
pod 'RBBAnimation', '0.3.0'
2222
```
2323

2424
and you are ready to go!

0 commit comments

Comments
 (0)