Skip to content

Commit

Permalink
Updarted podspec for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timdonnelly committed Feb 26, 2018
1 parent 9134d91 commit ae8603f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Advance.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Advance"
s.version = "2.0.0.alpha3"
s.version = "2.0.0"
s.summary = "Physics-based animations for iOS, tvOS, and macOS."
s.description = "Advance is a Swift framework that enables advanced animations and physics-based interactions."

Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.authors = "Tim Donnelly"
s.social_media_url = 'http://twitter.com/timdonnelly'

s.source = { :git => "https://github.com/timdonnelly/Advance.git", :tag => "v2.0.0.alpha3" }
s.source = { :git => "https://github.com/timdonnelly/Advance.git", :tag => "v2.0.0" }

s.source_files = "Source/**/*.swift"

Expand Down

0 comments on commit ae8603f

Please sign in to comment.