blob: 366d6388b19663868a16d8b7415d992e1251620b [file] [log] [blame]
{
"name": "IMXMVIP",
"version": "1.0.0",
"summary": "MVIP:A extend pattern of MVP.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/PanZhow/IMXMVIP.git",
"authors": {
"zhoupanpan": "2331838272@qq.com"
},
"source": {
"git": "https://github.com/PanZhow/IMXMVIP.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "IMXMVIP/MVIP/*.{h,m}",
"public_header_files": [
"IMXMVIP/MVIP/*.{h}"
],
"subspecs": [
{
"name": "Interactor",
"source_files": "IMXMVIP/MVIP/Interactor/*.{h,m}",
"public_header_files": [
"IMXMVIP/MVIP/Interactor/*.{h}"
]
},
{
"name": "Presenter",
"source_files": "IMXMVIP/MVIP/Presenter/*.{h,m}",
"public_header_files": [
"IMXMVIP/MVIP/Presenter/*.{h}"
]
}
]
}