Skip to content

Commit

Permalink
Bump podspec for v2.0.0.alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
timdonnelly committed Feb 20, 2018
1 parent efc2a07 commit 9155541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "2.0.0.alpha2"
s.version = "2.0.0.alpha3"
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,11 +11,11 @@ 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.alpha2" }
s.source = { :git => "https://github.com/timdonnelly/Advance.git", :tag => "v2.0.0.alpha3" }

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

s.ios.deployment_target = "10.0"
s.macos.deployment_target = "10.12"
s.osx.deployment_target = "10.12"
s.tvos.deployment_target = "10.0"
end

0 comments on commit 9155541

Please sign in to comment.