Skip to content

Commit

Permalink
1.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
timdonnelly committed Jan 2, 2018
1 parent a8f1fcc commit 1d6840b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Advance.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Advance"
s.version = "0.9.3"
s.version = "1.0.0.beta1"
s.summary = "A powerful animation framework for iOS and OS X."
s.description = "Advance is a pure Swift framework that enables advanced animations and physics-based interactions."

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

s.source = { :git => "https://github.com/storehouse/Advance.git", :tag => "0.9.3" }
s.source = { :git => "https://github.com/storehouse/Advance.git", :tag => "1.0.0.beta1" }

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

Expand Down

0 comments on commit 1d6840b

Please sign in to comment.