blob: 0dfb9704406bb392318eb338af2e5ddbf1edc66d [file] [log] [blame]
{
"name": "FontAwesome.swift",
"version": "1.5.1",
"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.5.1"
},
"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"
}