[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / c / 1 / d / MBMvc / 1.2.0 / MBMvc.podspec.json
blobf7819e9652323a1109b129ac023cf5ff2284f2b2
2   "name": "MBMvc",
3   "version": "1.2.0",
4   "summary": "MBMvc is a Message Based MVC framework.",
5   "homepage": "https://github.com/alibaba/MBMvc",
6   "license": {
7     "type": "GPL2",
8     "text": "             (C) 2007-2013 Alibaba Group Holding Limited\n             This program is free software; you can redistribute it and/or modify\n             it under the terms of the GNU General Public License version 2 as\n             published by the Free Software Foundation.\n"
9   },
10   "authors": {
11     "文通": "wentong@taobao.com"
12   },
13   "source": {
14     "git": "https://github.com/alibaba/MBMvc.git",
15     "tag": "1.2.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "prefix_header_contents": "\n#ifdef DEBUG\n#define TBMB_DEBUG\n#endif\n\n",
22   "subspecs": [
23     {
24       "name": "Default",
25       "source_files": [
26         "Pod/Classes/Default/**/*",
27         "Pod/Classes/Facade/**/*"
28       ],
29       "public_header_files": [
30         "Pod/Classes/Default/**/*.h",
31         "Pod/Classes/Facade/**/*.h"
32       ],
33       "dependencies": {
34         "MBMvc/Protocol": [
36         ],
37         "MBMvc/Util": [
39         ]
40       }
41     },
42     {
43       "name": "Protocol",
44       "source_files": "Pod/Classes/Protocol/**/*",
45       "public_header_files": "Pod/Classes/Protocol/**/*.h"
46     },
47     {
48       "name": "Proxy",
49       "source_files": "Pod/Classes/Proxy/**/*",
50       "public_header_files": "Pod/Classes/Proxy/**/*.h",
51       "dependencies": {
52         "MBMvc/Default": [
54         ],
55         "MBMvc/Util": [
57         ]
58       }
59     },
60     {
61       "name": "Rx",
62       "source_files": "Pod/Classes/Rx/**/*",
63       "public_header_files": "Pod/Classes/Rx/**/*.h",
64       "dependencies": {
65         "ReactiveCocoa": [
67         ]
68       }
69     },
70     {
71       "name": "Util",
72       "source_files": [
73         "Pod/Classes/Util/**/*",
74         "Pod/Classes/Bindable/**/*"
75       ],
76       "public_header_files": [
77         "Pod/Classes/Util/**/*.h",
78         "Pod/Classes/Bindable/**/*.h"
79       ],
80       "dependencies": {
81         "MBMvc/Protocol": [
83         ]
84       }
85     }
86   ]