Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robb committed Nov 17, 2013
1 parent 99eb15d commit 183512d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions RBBAnimation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RBBAnimation"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "Block-based animations made easy."
s.description = <<-DESC
RBBAnimation is a subclass of CAKeyframeAnimation that allows you to
Expand All @@ -15,9 +15,10 @@ Pod::Spec.new do |s|

s.author = { "Robert Böhnke" => "robb@robb.is" }

s.ios.deployment_target = '7.0'
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'

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

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To install RBBAnimation, I recommend the excellent [CocoaPods]. Simply add this
to your Podfile

```ruby
pod 'RBBAnimation', '0.2.0'
pod 'RBBAnimation', '0.3.0'
```

and you are ready to go!
Expand Down

0 comments on commit 183512d

Please sign in to comment.