blob: 2c2fec85068263f5ef37279ff6616936c52d8fc9 [file] [log] [blame]
{
"name": "IFSFormsView",
"version": "1.0",
"summary": "用于快速创建表单控件",
"homepage": "https://github.com/xiaoxm/IFSFormsView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"herui": "herui@ifensi.com"
},
"source": {
"git": "https://github.com/xiaoxm/IFSFormsView.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IFSFormsView/Classes/**/*",
"resource_bundles": {
"IFSFormsView": [
"IFSFormsView/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}