Commit c7b07967 by Daniel Dahan

development: fixed issue with subspec

parent 5ced812f
...@@ -23,8 +23,8 @@ Pod::Spec.new do |s| ...@@ -23,8 +23,8 @@ Pod::Spec.new do |s|
end end
s.subspec 'Capture' do |capture| s.subspec 'Capture' do |capture|
camera.source_files = 'Sources/iOS/Capture/*.swift' capture.source_files = 'Sources/iOS/Capture/*.swift'
camera.dependency 'Material/Core' capture.dependency 'Material/Core'
end end
s.subspec 'Photos' do |photos| s.subspec 'Photos' do |photos|
......
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