blob: c7387f9781c92be42c5066678915e158eaaf488e [file] [log] [blame]
{
"name": "CDBKit",
"version": "1.1.1",
"summary": "Bunch of usful defines and types",
"description": "Bunch of usful defines and types out of the box.\nUsed for logging, localization, inheritance warnings and more.",
"homepage": "https://github.com/truebucha/CDBKit",
"license": "MIT",
"authors": {
"truebucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/CDBKit.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"frameworks": "Foundation"
}