Commit aca075ce by Orkhan Alikhanov

Fixed podspec swift version

parent ad8508ca
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Material' s.name = 'Material'
s.version = '2.17.0' s.version = '2.17.0'
s.swift_version = '4.0' s.swift_version = '4.2'
s.license = 'BSD-3-Clause' s.license = 'BSD-3-Clause'
s.summary = 'A UI/UX framework for creating beautiful applications.' s.summary = 'A UI/UX framework for creating beautiful applications.'
s.homepage = 'http://cosmicmind.com' s.homepage = 'http://cosmicmind.com'
...@@ -21,6 +21,6 @@ Pod::Spec.new do |s| ...@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf'] 'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf']
} }
s.dependency 'Motion', '~> 1.4.3' s.dependency 'Motion', '~> 1.5.0'
end 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