Commit 8db943cf by Daniel Dahan

development: updated podspec to support subspecs on privacy related features

parent dc3f51ea
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Material' s.name = 'Material'
s.version = '2.2.4' s.version = '2.2.5'
s.license = 'BSD-3-Clause' s.license = 'BSD-3-Clause'
s.summary = 'Material is an animation and graphics framework that is used to create beautiful applications.' s.summary = 'Material is an animation and graphics framework that is used to create beautiful applications.'
s.homepage = 'http://materialswift.io' s.homepage = 'http://materialswift.io'
...@@ -22,8 +22,8 @@ Pod::Spec.new do |s| ...@@ -22,8 +22,8 @@ Pod::Spec.new do |s|
} }
end end
s.subspec 'Camera' do |camera| s.subspec 'Capture' do |camera|
camera.source_files = 'Sources/iOS/Camera/*.swift' camera.source_files = 'Sources/iOS/Capture/*.swift'
camera.dependency 'Material/Core' camera.dependency 'Material/Core'
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment