blob: d7c5836e97258518b93684610e1396a73f532d9d [file] [log] [blame]
{
"name": "LMForm",
"version": "0.0.4",
"summary": "LMForm 动态配置表单解决方案",
"description": "动态配置表单解决方案,支持文本,输入框,选择器,日期选择,输入限制与校验。",
"homepage": "https://github.com/MaricleZhang/LMForm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MaricleZhang": "maricle.zhang@gmail.com"
},
"source": {
"git": "https://github.com/MaricleZhang/LMForm.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LMForm/Classes/**/*",
"resource_bundles": {
"LMForm": [
"LMForm/Assets/*.png"
]
},
"public_header_files": "LMForm/Classes/**/*.h",
"dependencies": {
"IQKeyboardManager": [
]
}
}