blob: 22044ab735749b11e8e9b3803899746b4cce103f [file] [log] [blame]
{
"name": "JQSwiftIcon",
"version": "0.1.0",
"summary": "String interpolation made for icon fonts.",
"description": "Easily implement Icon Fonts with iOS projects, using String interpolation JQSwiftIcon replaces arguments with real icons.",
"homepage": "https://github.com/josejuanqm/JQSwiftIcon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jose Quintero": "jose.juan.qm@gmail.com"
},
"source": {
"git": "https://github.com/josejuanqm/JQSwiftIcon.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/josejuanqm",
"platforms": {
"ios": "8.0"
},
"source_files": "JQSwiftIcon/Classes/**/*",
"resource_bundles": {
"JQSwiftIcon": [
"JQSwiftIcon/Classes/Resources/*.ttf"
]
}
}