blob: c970f8538de08c6157a9291241efa6cac25ffb39 [file] [log] [blame]
{
"name": "Swift-Font-Awesome",
"version": "1.1.1",
"summary": "Swift-Font-Awesome is an Font Awesome implementation which written in Swift.",
"description": " A longer description of Swift-Font-Awesome in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/hoorace/Swift-Font-Awesome",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"longhao": "longtask@gmail.com"
},
"platforms": {
"ios": "8.1"
},
"source": {
"git": "https://github.com/hoorace/Swift-Font-Awesome.git",
"tag": "1.1.1"
},
"source_files": "Source/*.{swift}",
"resource_bundles": {
"Swift-Font-Awesome": "Source/*.ttf"
}
}