updated for CocoaPods spec
Showing
Pod::Spec.new do |s| | ||
s.name = 'MK' | ||
s.version = '1.24.2' | ||
s.version = '1.24.3' | ||
s.license = { :type => "AGPL-3.0", :file => "LICENSE" } | ||
s.summary = 'Beautiful Material Design in Swift.' | ||
s.homepage = 'http://materialkit.io' | ||
... | ... | @@ -8,6 +8,6 @@ Pod::Spec.new do |s| |
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.io' } | ||
s.source = { :git => 'https://github.com/CosmicMind/MaterialKit.git', :tag => s.version } | ||
s.ios.deployment_target = '8.0' | ||
s.source_files = 'Source/*.swift' | ||
s.source_files = 'Sources/*.swift' | ||
s.requires_arc = true | ||
end |
Please
register
or
sign in
to comment