[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 6 / d / IMXMVIP / 1.0.0 / IMXMVIP.podspec.json
blob366d6388b19663868a16d8b7415d992e1251620b
2   "name": "IMXMVIP",
3   "version": "1.0.0",
4   "summary": "MVIP:A extend pattern of MVP.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/PanZhow/IMXMVIP.git",
10   "authors": {
11     "zhoupanpan": "2331838272@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/PanZhow/IMXMVIP.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IMXMVIP/MVIP/*.{h,m}",
22   "public_header_files": [
23     "IMXMVIP/MVIP/*.{h}"
24   ],
25   "subspecs": [
26     {
27       "name": "Interactor",
28       "source_files": "IMXMVIP/MVIP/Interactor/*.{h,m}",
29       "public_header_files": [
30         "IMXMVIP/MVIP/Interactor/*.{h}"
31       ]
32     },
33     {
34       "name": "Presenter",
35       "source_files": "IMXMVIP/MVIP/Presenter/*.{h,m}",
36       "public_header_files": [
37         "IMXMVIP/MVIP/Presenter/*.{h}"
38       ]
39     }
40   ]