blob: 6a7449f1a2691ec53555776a473f8f1db53c680f [file] [log] [blame]
{
"name": "CDBKit",
"version": "0.0.1",
"summary": "Bunch of usful defines and types",
"description": "Use it for logging, localization, inheritance warnings and more.\nBunch of usful defines and types out of the box.",
"homepage": "https://github.com/yocaminobien/CDBKit",
"license": "MIT",
"authors": {
"yocaminobien": "yocaminobien@gmail.com"
},
"source": {
"git": "https://github.com/yocaminobien/CDBKit.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/yocaminobien",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CDBKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}