Skip to content

Commit

Permalink
Updated subspec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcheok committed May 7, 2014
1 parent 4d8fc3e commit e763ff4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions POP+MCAnimate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,23 @@ Pod::Spec.new do |s|
ss.public_header_files = ''
end

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

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

s.subspec 'Animations' do |ss|
ss.dependency 'POP+MCAnimate/Internal'
ss.dependency 'POP+MCAnimate/Velocity'
ss.dependency 'POP+MCAnimate/Group'
ss.dependency 'POP+MCAnimate/Shorthand'
ss.source_files = 'POP+MCAnimate/Animations/*.{h,m}'
end

s.subspec 'Shorthand' do |ss|
ss.source_files = 'POP+MCAnimate/Shorthand/*.{h,m}'
end
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e763ff4

Please sign in to comment.