blob: 93099c2b2ab16300853d27dd0cba8a0047d756f9 [file] [log] [blame]
{
"name": "CDBKit",
"version": "1.2.0",
"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.2.0"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"frameworks": "Foundation"
}