| { |
| "name": "FontAwesomeSwift", |
| "version": "1.8.1", |
| "summary": "FontAwesome in Swift", |
| "swift_version": "4.2", |
| "description": "An extensible library for using external font icons such as FontAwesome.", |
| "homepage": "https://github.com/charles-oder/FontAwesomeSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Charles Oder": "charles@oder.us" |
| }, |
| "source": { |
| "git": "https://github.com/charles-oder/FontAwesomeSwift.git", |
| "tag": "1.8.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "FontAwesomeSwift/FontAwesomeSwift.h", |
| "FontAwesomeSwift/LICENSE" |
| ], |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "FontAwesomeSwift/Core/*" |
| }, |
| { |
| "name": "FontAwesome", |
| "dependencies": { |
| "FontAwesomeSwift/Core": [ |
| |
| ] |
| }, |
| "source_files": "FontAwesomeSwift/FontAwesome/*.swift", |
| "resources": "FontAwesomeSwift/FontAwesome/Resources/*.ttf" |
| }, |
| { |
| "name": "Ionicons", |
| "dependencies": { |
| "FontAwesomeSwift/Core": [ |
| |
| ] |
| }, |
| "source_files": "FontAwesomeSwift/Ionicons/*.swift", |
| "resources": "FontAwesomeSwift/Ionicons/Resources/*.ttf" |
| }, |
| { |
| "name": "FoundationIcons", |
| "dependencies": { |
| "FontAwesomeSwift/Core": [ |
| |
| ] |
| }, |
| "source_files": "FontAwesomeSwift/FoundationIcons/*.swift", |
| "resources": "FontAwesomeSwift/FoundationIcons/Resources/*.ttf" |
| }, |
| { |
| "name": "MaterialDesign", |
| "dependencies": { |
| "FontAwesomeSwift/Core": [ |
| |
| ] |
| }, |
| "source_files": "FontAwesomeSwift/MaterialDesign/*.swift", |
| "resources": "FontAwesomeSwift/MaterialDesign/Resources/*.ttf" |
| }, |
| { |
| "name": "Octicons", |
| "dependencies": { |
| "FontAwesomeSwift/Core": [ |
| |
| ] |
| }, |
| "source_files": "FontAwesomeSwift/Octicons/*.swift", |
| "resources": "FontAwesomeSwift/Octicons/Resources/*.ttf" |
| }, |
| { |
| "name": "Zocial", |
| "dependencies": { |
| "FontAwesomeSwift/Core": [ |
| |
| ] |
| }, |
| "source_files": "FontAwesomeSwift/Zocial/*.swift", |
| "resources": "FontAwesomeSwift/Zocial/Resources/*.ttf" |
| } |
| ] |
| } |