blob: 0fc3404a39b2e400faab0fbfd96f97520838dc20 [file] [log] [blame]
{
"name": "CJBaseKit",
"version": "0.1.0",
"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.1.0"
},
"source_files": "CJBaseKit/**/*.{h,m}",
"resources": "CJBaseKit/Resources/**/*.png",
"dependencies": {
"MJExtension": [
"~> 3.0"
],
"Masonry": [
],
"CJCategoryKit": [
],
"CJCommonKit": [
],
"lottie-ios": [
"~> 2.5.3"
],
"SDWebImage": [
]
}
}