Commit 85d2eb40 by Daniel Dahan

updated podspec for release

parent a919ec20
......@@ -8,8 +8,9 @@ Pod::Spec.new do |s|
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.io' }
s.source = { :git => 'https://github.com/CosmicMind/Material.git', :tag => s.version }
s.ios.deployment_target = '8.0'
s.ios.source_files = 'Sources/iOS/**/*.swift'
s.osx.deployment_target = '10.9'
s.source_files = 'Sources/**/*.swift'
s.osx.source_files = 'Sources/OSX/**/*.swift'
s.requires_arc = true
s.resource_bundles = {
'Fonts' => ['Sources/**/*.ttf']
......
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