development: merged master, latest removal of macOS
Showing
Pod::Spec.new do |s| | ||
s.name = 'Material' | ||
s.version = '2.4.17' | ||
s.version = '2.4.18' | ||
s.license = 'BSD-3-Clause' | ||
s.summary = 'An animation and graphics framework for Material Design in Swift.' | ||
s.homepage = 'http://materialswift.com' | ||
s.social_media_url = 'https://www.facebook.com/cosmicmindcom' | ||
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.com' } | ||
s.source = { :git => 'https://github.com/CosmicMind/Material.git', :tag => s.version } | ||
s.platform = :ios, '8.0' | ||
s.default_subspec = 'Core' | ||
s.platform = :ios, '8.0' | ||
s.subspec 'Core' do |s| | ||
s.ios.deployment_target = '8.0' | ||
s.ios.source_files = 'Sources/iOS/*.swift' | ||
s.osx.deployment_target = '10.12' | ||
s.osx.source_files = 'Sources/macOS/**/*.swift' | ||
s.requires_arc = true | ||
s.resource_bundles = { | ||
'com.cosmicmind.material.icons' => ['Sources/**/*.xcassets'], | ||
... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment