added MaterialColor to OSX
Showing
Pod::Spec.new do |s| | ||
s.name = 'Material' | ||
s.version = '1.38.5' | ||
s.version = '1.39.0' | ||
s.license = 'BSD' | ||
s.summary = 'Express your creativity with Material, an animation and graphics framework for Google\'s Material Design and Apple\'s Flat UI in Swift.' | ||
s.homepage = 'http://cosmicmind.io' | ||
... | ... | @@ -8,9 +8,7 @@ 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.source_files = 'Sources/*.swift' | ||
s.osx.deployment_target = '10.9' | ||
s.source_files = 'Sources/**/*.swift' | ||
s.requires_arc = true | ||
s.resource_bundles = { | ||
'io.cosmicmind.Material' => ['Sources/Assets.xcassets/**/*.png'] | ||
} | ||
end |
Please
register
or
sign in
to comment