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

Commit 211bcec

Browse files
authored
v1.0.0 (#32)
1 parent c7dbdc6 commit 211bcec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Advance.podspec

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = "Advance"
3-
s.version = "1.0.0.beta1"
3+
s.version = "1.0.0"
44
s.summary = "A powerful animation framework for iOS and OS X."
5-
s.description = "Advance is a pure Swift framework that enables advanced animations and physics-based interactions."
5+
s.description = "Advance is a Swift framework that enables advanced animations and physics-based interactions."
66

7-
s.homepage = "https://github.com/storehouse/Advance"
7+
s.homepage = "https://github.com/timdonnelly/Advance"
88

99
s.license = "BSD 2-clause \"Simplified\" License"
1010

11-
s.authors = "Storehouse", "Tim Donnelly"
12-
s.social_media_url = 'http://twitter.com/storehousehq'
11+
s.authors = "Tim Donnelly"
12+
s.social_media_url = 'http://twitter.com/timdonnelly'
1313

14-
s.source = { :git => "https://github.com/storehouse/Advance.git", :tag => "1.0.0.beta1" }
14+
s.source = { :git => "https://github.com/timdonnelly/Advance.git", :tag => "v1.0.0" }
1515

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

0 commit comments

Comments
 (0)