blob: cf271e01cf552a688c025548640108087c5f8590 [file] [log] [blame]
{
"name": "ZZGFormEngine",
"version": "0.1.1",
"summary": "A short description of ZZGFormEngine.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://git.coding.net/zhaozhiguo/ZZGFormEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lovezhaozhiguo": "553002177@qq.com"
},
"source": {
"git": "https://git.coding.net/zhaozhiguo/ZZGFormEngine.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Model",
"source_files": "ZZGFormEngine/Classes/Model/**/*.{h,m}",
"public_header_files": "ZZGFormEngine/Classes/Model/*.h",
"dependencies": {
"MJExtension": [
"~> 3.0.13"
],
"ZZGFormEngine/Other": [
]
}
},
{
"name": "Other",
"source_files": "ZZGFormEngine/Classes/Other/*.{h,m}",
"public_header_files": "ZZGFormEngine/Classes/Other/*.h",
"dependencies": {
"HTMISettingManager": [
]
}
}
]
}