Commit 5ced812f by Daniel Dahan

development: fixed issue with subspec

parent 4b2f82a2
...@@ -22,7 +22,7 @@ Pod::Spec.new do |s| ...@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
} }
end end
s.subspec 'Capture' do |camera| s.subspec 'Capture' do |capture|
camera.source_files = 'Sources/iOS/Capture/*.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