Skip to content

Commit e763ff4

Browse files
committed
Updated subspec dependencies
1 parent 4d8fc3e commit e763ff4

File tree

6 files changed

+11
-2
lines changed

6 files changed

+11
-2
lines changed

POP+MCAnimate.podspec

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,23 @@ Pod::Spec.new do |s|
2222
ss.public_header_files = ''
2323
end
2424

25-
s.subspec 'Animations' do |ss|
26-
ss.source_files = 'POP+MCAnimate/Animations/*.{h,m}'
25+
s.subspec 'Velocity' do |ss|
26+
ss.dependency 'POP+MCAnimate/Internal'
27+
ss.source_files = 'POP+MCAnimate/Velocity/*.{h,m}'
2728
end
2829

2930
s.subspec 'Group' do |ss|
3031
ss.source_files = 'POP+MCAnimate/Group/*.{h,m}'
3132
end
3233

34+
s.subspec 'Animations' do |ss|
35+
ss.dependency 'POP+MCAnimate/Internal'
36+
ss.dependency 'POP+MCAnimate/Velocity'
37+
ss.dependency 'POP+MCAnimate/Group'
38+
ss.dependency 'POP+MCAnimate/Shorthand'
39+
ss.source_files = 'POP+MCAnimate/Animations/*.{h,m}'
40+
end
41+
3342
s.subspec 'Shorthand' do |ss|
3443
ss.source_files = 'POP+MCAnimate/Shorthand/*.{h,m}'
3544
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)