blob: 6b0bf8d92f662dd882de54236e3d8b0291cbcef1 [file] [log] [blame]
{
"name": "FontAwesome.swift",
"version": "0.6.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.6.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "FontAwesome/*.{swift}",
"resource_bundles": {
"FontAwesome.swift": "FontAwesome/*.otf"
},
"frameworks": [
"UIKit",
"CoreText"
]
}