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