Commit 18fd16ac by Daniel Dahan

development: merged master, latest removal of macOS

parents 371e0399 5e3eec6e
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'],
......
......@@ -43,7 +43,7 @@ Take a look at a sample [Photo Collection](https://github.com/CosmicMind/Samples
## Requirements
* iOS 8.0+ / macOS 10.12+
* iOS 8.0+
* Xcode 8.0+
## Communication
......@@ -56,7 +56,7 @@ Take a look at a sample [Photo Collection](https://github.com/CosmicMind/Samples
## Installation
> **Embedded frameworks require a minimum deployment target of iOS 8+ or macOS (10.12+).**
> **Embedded frameworks require a minimum deployment target of iOS 8+.**
> - [Download Material](https://github.com/CosmicMind/Material/archive/master.zip)
Visit the [Installation](https://github.com/CosmicMind/Material/wiki/Installation) page to learn how to install Material using [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.4.17</string>
<string>2.4.18</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
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