Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit ae8603f

Browse files
committed
Updarted podspec for 2.0.0 release
1 parent 9134d91 commit ae8603f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Advance.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Advance"
3-
s.version = "2.0.0.alpha3"
3+
s.version = "2.0.0"
44
s.summary = "Physics-based animations for iOS, tvOS, and macOS."
55
s.description = "Advance is a Swift framework that enables advanced animations and physics-based interactions."
66

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

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

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

0 commit comments

Comments
 (0)