blob: 56453c499fb6c112644553b52fdb56e8f3f875f4 [file] [log] [blame]
{
"name": "FontAwesome4.swift",
"version": "1.3.2",
"summary": "Use Font Awesome 4 in your Swift projects, derived from FontAwesome.swift",
"homepage": "https://github.com/code-troopers/FontAwesome4.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thi Doan": "t@thi.im",
"Cedric Gatay": "c.gatay@code-troopers.com"
},
"source": {
"git": "https://github.com/code-troopers/FontAwesome4.swift.git",
"tag": "1.3.2"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "FontAwesome/*.{swift}",
"resource_bundles": {
"FontAwesome4.swift": "FontAwesome/*.otf"
},
"frameworks": [
"UIKit",
"CoreText"
]
}