Skip to content

Commit

Permalink
Merge pull request #21 from storehouse/release_0.9.3
Browse files Browse the repository at this point in the history
Release 0.9.3
  • Loading branch information
timdonnelly authored Jan 1, 2018
2 parents 4bc7f37 + e6a26e6 commit 2ffb702
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.2"
s.version = "0.9.3"
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.2" }
s.source = { :git => "https://github.com/storehouse/Advance.git", :tag => "0.9.3" }

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

Expand Down

0 comments on commit 2ffb702

Please sign in to comment.