blob: 670680f4e4bbb93fef95b3ab99249a8bd41b8b0c [file] [log] [blame]
{
"name": "FontAwesomeSwift",
"version": "1.5",
"summary": "FontAwesome in Swift",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"FontAwesomeSwift/FontAwesomeSwift.h",
"FontAwesomeSwift/LICENSE"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"FontAwesomeSwift/FASFontLoader.swift",
"FontAwesomeSwift/FASFont.swift",
"FontAwesomeSwift/FASIcon.swift"
]
},
{
"name": "FontAwesome",
"dependencies": {
"FontAwesomeSwift/Core": [
]
},
"source_files": "FontAwesomeSwift/FASFontAwesome.swift",
"resources": "FontAwesomeSwift/Resources/FontAwesome.ttf"
},
{
"name": "Ionicons",
"dependencies": {
"FontAwesomeSwift/Core": [
]
},
"source_files": "FontAwesomeSwift/FASIonicons.swift",
"resources": "FontAwesomeSwift/Resources/Ionicons.ttf"
},
{
"name": "FoundationIcons",
"dependencies": {
"FontAwesomeSwift/Core": [
]
},
"source_files": "FontAwesomeSwift/FASFoundationIcons.swift",
"resources": "FontAwesomeSwift/Resources/fontcustom.ttf"
},
{
"name": "MaterialDesign",
"dependencies": {
"FontAwesomeSwift/Core": [
]
},
"source_files": "FontAwesomeSwift/FASMaterialDesign.swift",
"resources": "FontAwesomeSwift/Resources/Material-Design-Iconic-Font.ttf"
},
{
"name": "Octicons",
"dependencies": {
"FontAwesomeSwift/Core": [
]
},
"source_files": "FontAwesomeSwift/FASOcticons.swift",
"resources": "FontAwesomeSwift/Resources/Octicons.ttf"
},
{
"name": "Zocial",
"dependencies": {
"FontAwesomeSwift/Core": [
]
},
"source_files": "FontAwesomeSwift/FASZocial.swift",
"resources": "FontAwesomeSwift/Resources/Zocial.ttf"
}
]
}