[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 5 / 4 / MKFitpoloRightPageModule / 0.0.2 / MKFitpoloRightPageModule.podspec.json
blobfaffecc20645943bc798e788615b91b1adc5c263
2   "name": "MKFitpoloRightPageModule",
3   "version": "0.0.2",
4   "summary": "fitpolo App右侧菜单模块",
5   "description": "个人信息、运动目标、苹果健康说明",
6   "homepage": "http://120.27.8.241/MKFitpolo/MKFitpoloMainRightPage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chengang": "chengang@mokotechnology.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation"
20   ],
21   "source": {
22     "git": "git@120.27.8.241:MKFitpolo/MKFitpoloMainRightPage.git",
23     "tag": "0.0.2"
24   },
25   "requires_arc": true,
26   "resource_bundles": {
27     "MKFitpoloRightPageModule": [
28       "MKFitpoloRightPageModule/*.lproj/*"
29     ]
30   },
31   "resources": "MKFitpoloRightPageModule/MKRightMainPage.bundle",
32   "dependencies": {
33     "MKBaseModule": [
35     ],
36     "MKFitpoloDataCenterManager": [
38     ],
39     "MKFitpoloAppConfigModule": [
41     ],
42     "CTMediator": [
44     ]
45   },
46   "subspecs": [
47     {
48       "name": "Expand",
49       "subspecs": [
50         {
51           "name": "defines",
52           "source_files": "MKFitpoloRightPageModule/Expand/defines/*.h"
53         },
54         {
55           "name": "MKPhotoPicker",
56           "source_files": "MKFitpoloRightPageModule/Expand/MKPhotoPicker/*.{h,m}",
57           "dependencies": {
58             "MKFitpoloRightPageModule/Expand/defines": [
60             ]
61           },
62           "frameworks": "AssetsLibrary"
63         }
64       ]
65     },
66     {
67       "name": "CTMediator_RightPage",
68       "source_files": "MKFitpoloRightPageModule/CTMediator_RightPage/*.{h,m}"
69     },
70     {
71       "name": "Functions",
72       "dependencies": {
73         "MKFitpoloRightPageModule/Expand/defines": [
75         ]
76       },
77       "subspecs": [
78         {
79           "name": "Health",
80           "subspecs": [
81             {
82               "name": "controller",
83               "source_files": "MKFitpoloRightPageModule/Functions/Health/controller/*.{h,m}",
84               "dependencies": {
85                 "MKFitpoloRightPageModule/Functions/Health/view": [
87                 ]
88               }
89             },
90             {
91               "name": "Target",
92               "source_files": "MKFitpoloRightPageModule/Functions/Health/Target/*.{h,m}",
93               "dependencies": {
94                 "MKFitpoloRightPageModule/Functions/Health/controller": [
96                 ]
97               }
98             },
99             {
100               "name": "view",
101               "source_files": "MKFitpoloRightPageModule/Functions/Health/view/*.{h,m}"
102             }
103           ]
104         },
105         {
106           "name": "MovingTarget",
107           "subspecs": [
108             {
109               "name": "controller",
110               "source_files": "MKFitpoloRightPageModule/Functions/MovingTarget/controller/*.{h,m}",
111               "dependencies": {
112                 "MKFitpoloRightPageModule/Functions/MovingTarget/view": [
114                 ]
115               }
116             },
117             {
118               "name": "Target",
119               "source_files": "MKFitpoloRightPageModule/Functions/MovingTarget/Target/*.{h,m}",
120               "dependencies": {
121                 "MKFitpoloRightPageModule/Functions/MovingTarget/controller": [
123                 ]
124               }
125             },
126             {
127               "name": "view",
128               "source_files": "MKFitpoloRightPageModule/Functions/MovingTarget/view/*.{h,m}"
129             }
130           ]
131         },
132         {
133           "name": "RightPage",
134           "subspecs": [
135             {
136               "name": "controller",
137               "source_files": "MKFitpoloRightPageModule/Functions/RightPage/controller/*.{h,m}",
138               "dependencies": {
139                 "MKFitpoloRightPageModule/CTMediator_RightPage": [
141                 ],
142                 "MKFitpoloRightPageModule/Functions/RightPage/view": [
144                 ],
145                 "MKFitpoloRightPageModule/Functions/RightPage/model": [
147                 ]
148               }
149             },
150             {
151               "name": "model",
152               "source_files": "MKFitpoloRightPageModule/Functions/RightPage/model/*.{h,m}"
153             },
154             {
155               "name": "Target",
156               "source_files": "MKFitpoloRightPageModule/Functions/RightPage/Target/*.{h,m}",
157               "dependencies": {
158                 "MKFitpoloRightPageModule/Functions/RightPage/controller": [
160                 ]
161               }
162             },
163             {
164               "name": "view",
165               "source_files": "MKFitpoloRightPageModule/Functions/RightPage/view/*.{h,m}",
166               "dependencies": {
167                 "MKFitpoloRightPageModule/Functions/RightPage/model": [
169                 ]
170               }
171             }
172           ]
173         },
174         {
175           "name": "PersonInfo",
176           "subspecs": [
177             {
178               "name": "adopter",
179               "source_files": "MKFitpoloRightPageModule/Functions/PersonInfo/adopter/*.{h,m}",
180               "dependencies": {
181                 "MKFitpoloRightPageModule/Functions/PersonInfo/model": [
183                 ]
184               }
185             },
186             {
187               "name": "controller",
188               "source_files": "MKFitpoloRightPageModule/Functions/PersonInfo/controller/*.{h,m}",
189               "dependencies": {
190                 "MKFitpoloRightPageModule/Functions/PersonInfo/model": [
192                 ],
193                 "MKFitpoloRightPageModule/Functions/PersonInfo/adopter": [
195                 ],
196                 "MKFitpoloRightPageModule/Functions/PersonInfo/view": [
198                 ],
199                 "MKFitpoloRightPageModule/CTMediator_RightPage": [
201                 ]
202               }
203             },
204             {
205               "name": "model",
206               "source_files": "MKFitpoloRightPageModule/Functions/PersonInfo/model/*.{h,m}"
207             },
208             {
209               "name": "Target",
210               "source_files": "MKFitpoloRightPageModule/Functions/PersonInfo/Target/*.{h,m}",
211               "dependencies": {
212                 "MKFitpoloRightPageModule/Functions/PersonInfo/controller": [
214                 ]
215               }
216             },
217             {
218               "name": "view",
219               "source_files": "MKFitpoloRightPageModule/Functions/PersonInfo/view/*.{h,m}",
220               "dependencies": {
221                 "MKFitpoloRightPageModule/Functions/PersonInfo/model": [
223                 ],
224                 "MKFitpoloRightPageModule/Functions/PersonInfo/adopter": [
226                 ],
227                 "MKFitpoloRightPageModule/Expand/MKPhotoPicker": [
229                 ]
230               }
231             }
232           ]
233         }
234       ]
235     }
236   ]