blob: 894095aec1dd1c0a44ae6705a4824f482d582f38 [file] [log] [blame]
{
"name": "CDBKit",
"version": "1.4.6",
"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.4.6"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"frameworks": "Foundation",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/Core/**/*"
},
{
"name": "UI",
"source_files": "Pod/Classes/UI/**/*",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
}
},
{
"name": "Localize",
"source_files": "Pod/Classes/Localize/**/*"
},
{
"name": "Array",
"source_files": "Pod/Classes/Array/**/*"
}
]
}