blob: bd7a39fc65b8017f6fad76984e67cae9d07cf866 [file] [log] [blame]
{
"name": "CJFFormKit",
"version": "1.0.7",
"summary": "常用的各种Form表单控件.",
"description": "常用的各种Form表单控件.包括编辑状态、查看状态。",
"homepage": "https://github.com/JinfeiChen/CJFFormKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jinfei_chen@icloud.com": "jinfei_chen@icloud.com"
},
"source": {
"git": "https://github.com/JinfeiChen/CJFFormKit.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CJFFormKit/Classes/**/*",
"resource_bundles": {
"CJFFormKit": [
"CJFFormKit/Assets/*.*"
]
},
"prefix_header_contents": "#import <CJFFormKit/macros.h>",
"dependencies": {
"Masonry": [
],
"YYModel": [
],
"YYText": [
],
"YYWebImage": [
]
}
}