Commit c7b07967 by Daniel Dahan

development: fixed issue with subspec

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