This repository was archived by the owner on Apr 2, 2025. It is now read-only.
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Advance"
3
- s . version = "1.0.0.beta1 "
3
+ s . version = "1.0.0"
4
4
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."
6
6
7
- s . homepage = "https://github.com/storehouse /Advance"
7
+ s . homepage = "https://github.com/timdonnelly /Advance"
8
8
9
9
s . license = "BSD 2-clause \" Simplified\" License"
10
10
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 '
13
13
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" }
15
15
16
16
s . source_files = "Advance/**/*.swift"
17
17
You can’t perform that action at this time.
0 commit comments