| { |
| "name": "Material", |
| "version": "2.9.2", |
| "license": "BSD-3-Clause", |
| "summary": "A Material Design library for creating beautiful applications.", |
| "homepage": "http://materialswift.com", |
| "social_media_url": "https://www.facebook.com/cosmicmindcom", |
| "authors": { |
| "CosmicMind, Inc.": "support@cosmicmind.com" |
| }, |
| "source": { |
| "git": "https://github.com/CosmicMind/Material.git", |
| "tag": "2.9.2" |
| }, |
| "default_subspecs": "Core", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "pushed_with_swift_version": "3.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "ios": { |
| "source_files": "Sources/**/*.swift" |
| }, |
| "requires_arc": true, |
| "resource_bundles": { |
| "com.cosmicmind.material.icons": [ |
| "Sources/**/*.xcassets" |
| ], |
| "com.cosmicmind.material.fonts": [ |
| "Sources/**/*.ttf" |
| ] |
| } |
| } |
| ] |
| } |