blob: f3d9671972f754d2f698d4f31079d5e2cfbb0b4d [file] [log] [blame]
{
"name": "FontAwesome.swift",
"version": "0.4.3",
"summary": "Use Font Awesome in your Swift projects",
"homepage": "https://github.com/thii/FontAwesome.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thi Doan": "t@thi.im"
},
"source": {
"git": "https://github.com/thii/FontAwesome.swift.git",
"tag": "0.4.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "FontAwesome/*.{swift}",
"resource_bundles": {
"FontAwesome.swift": "FontAwesome/*.otf"
},
"frameworks": [
"UIKit",
"CoreText"
]
}