Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit e2bbbd2

Browse files
Tyler FoxTyler Fox
authored andcommitted
Update podspec
1 parent 00f970c commit e2bbbd2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

INTUAnimationEngine.podspec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "INTUAnimationEngine"
3-
s.version = "1.2.0"
3+
s.version = "1.3.0"
44
s.homepage = "https://github.com/intuit/AnimationEngine"
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.author = { "Tyler Fox" => "tyler_fox@intuit.com" }
7-
s.source = { :git => "https://github.com/intuit/AnimationEngine.git", :tag => "v1.2.0" }
8-
s.source_files = 'Source'
7+
s.source = { :git => "https://github.com/intuit/AnimationEngine.git", :tag => "v1.3.0" }
8+
s.source_files = 'INTUAnimationEngine/*.{h,m}'
99
s.platform = :ios
1010
s.ios.deployment_target = '5.0'
1111
s.requires_arc = true
@@ -18,4 +18,8 @@ Pod::Spec.new do |s|
1818
INTUAnimationEngine includes an extensive library of easing functions that can be used to customize animation timing. A complete library of interpolation functions is also included to animate any type of value or property, including those that are not animatable by Core Animation.
1919
DESC
2020

21+
s.subspec 'SpringSolver' do |ss|
22+
ss.source_files = 'INTUAnimationEngine/SpringSolver/*.{h,c}'
23+
ss.license = { :type => 'BSD', :file => 'LICENSE-SpringSolver' }
24+
end
2125
end

0 commit comments

Comments
 (0)