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