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

Commit 9155541

Browse files
committed
Bump podspec for v2.0.0.alpha3
1 parent efc2a07 commit 9155541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Advance.podspec

Lines changed: 3 additions & 3 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.alpha2"
3+
s.version = "2.0.0.alpha3"
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,11 +11,11 @@ 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.alpha2" }
14+
s.source = { :git => "https://github.com/timdonnelly/Advance.git", :tag => "v2.0.0.alpha3" }
1515

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

1818
s.ios.deployment_target = "10.0"
19-
s.macos.deployment_target = "10.12"
19+
s.osx.deployment_target = "10.12"
2020
s.tvos.deployment_target = "10.0"
2121
end

0 commit comments

Comments
 (0)