Commit e07a2aa5 by Daniel Dahan

development: updated podspec

parent b46db5a2
...@@ -20,19 +20,4 @@ Pod::Spec.new do |s| ...@@ -20,19 +20,4 @@ Pod::Spec.new do |s|
'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf'] 'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf']
} }
end end
s.subspec 'Capture' do |capture|
capture.source_files = 'Sources/iOS/Capture/*.swift'
capture.dependency 'Material/Core'
end
s.subspec 'Photos' do |photos|
photos.source_files = 'Sources/iOS/Photos/*.swift'
photos.dependency 'Material/Core'
end
s.subspec 'Events' do |events|
events.source_files = 'Sources/iOS/Events/*.swift'
events.dependency 'Material/Core'
end
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