blob: 6e262efe743dda513c42eecdc9b5d3e6051f7a83 [file] [log] [blame]
{
"name": "CJBaseKit",
"version": "0.0.3",
"summary": "This is componentization with CJBaseKit.",
"description": "pod CJBaseKit private library",
"homepage": "https://github.com/CJbenben/CJBaseKit",
"license": "MIT",
"authors": {
"chenxiaojie": "chenjie003@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/CJbenben/CJBaseKit.git",
"tag": "0.0.3"
},
"source_files": "CJBaseKit/**/*.{h,m}",
"dependencies": {
"MJExtension": [
"~> 3.0"
],
"Masonry": [
],
"CJCategoryKit": [
],
"CJCommonKit": [
]
}
}