blob: eccc464db35b3710040448525757d8828713245b [file] [log] [blame]
{
"name": "IoniconsKit",
"version": "0.1.0",
"summary": "ionicons for Swift and Objective-C with type safed manner.",
"homepage": "https://github.com/keitaoouchi/IoniconsKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"keita.oouchi": "keita.oouchi@gmail.com"
},
"source": {
"git": "https://github.com/keitaoouchi/IoniconsKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "IoniconsKit/Classes/**/*",
"resource_bundles": {
"IoniconsKit": [
"IoniconsKit/Assets/*.ttf"
]
}
}