blob: c0903e26dd5aaaaa2c192bc26ce82c1e5a484a29 [file] [log] [blame]
{
"name": "CJUITool",
"version": "0.0.2",
"summary": "快速创建各种系统UI控件.",
"description": "快速创建各种系统UI控件.需要pod Masonry",
"homepage": "https://github.com/klasower/CJUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chujian.zheng": "cjever@aliyun.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/klasower/CJUIKit.git",
"tag": "0.0.2"
},
"source_files": [
"CJUIKit",
"CJUIKit/CJUIKit/CJUIKit/**/*.{h,m}"
],
"dependencies": {
"Masonry": [
]
}
}