blob: ca6a7cff5cd0fd51f274caec33f195da6e7c1d0f [file] [log] [blame]
{
"name": "FontAwesome.swift",
"version": "1.4.8",
"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": "1.4.8"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "FontAwesome/*.{swift}",
"resource_bundles": {
"FontAwesome.swift": "FontAwesome/*.otf"
},
"frameworks": [
"UIKit",
"CoreText"
],
"swift_version": "4.2"
}