Skip to content

Commit

Permalink
Update Stellar.podspec
Browse files Browse the repository at this point in the history
update to 0.67
  • Loading branch information
AugustRush committed Mar 5, 2018
1 parent 8b76462 commit abecca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Stellar.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "Stellar"
s.version = "0.66"
s.version = "0.67"
s.summary = "An Awesome Physical animation library base on UIDynamic. "
s.description = "A fantastic Physical animation library for swift(Not Just Spring !!!), it is base on UIDynamic and extension to it, friendly APIs make you use it or custom your own animation very easily!"
s.homepage = "https://github.com/AugustRush/Stellar"
s.license = "LICENSE"
s.author = { "AugustRush" => "819373341@qq.com" }
s.source = { :git => "https://github.com/AugustRush/Stellar.git", :tag => "0.66" }
s.source = { :git => "https://github.com/AugustRush/Stellar.git", :tag => "0.67" }
s.source_files = "Sources", "Sources/*.swift"
s.platform = :ios, "8.0"
s.frameworks = "UIKit", "Foundation"
Expand Down

0 comments on commit abecca7

Please sign in to comment.