[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 9 / 1 / MAREXT / 0.1.0 / MAREXT.podspec.json
bloba6be4a7f159dd3318b89c5ce78c99319f1cc9c5e
2   "name": "MAREXT",
3   "version": "0.1.0",
4   "summary": "Some category and light tool.",
5   "description": "Some category and light tool, and performace.",
6   "homepage": "https://github.com/liulongdev/MAREXT",
7   "license": "MIT",
8   "authors": {
9     "liulongdev": "305708612@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/liulongdev/MAREXT.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "source_files": "MAREX/MARCategory.h",
20   "public_header_files": "MAREX/MARCategory.h",
21   "libraries": "z",
22   "subspecs": [
23     {
24       "name": "MARModel",
25       "source_files": "MAREX/MARModel/**/*.{h,m}",
26       "public_header_files": "MAREX/MARModel/**/*.h"
27     },
28     {
29       "name": "RuntimeOBJ",
30       "source_files": "MAREX/RuntimeOBJ/**/*.{h,m}",
31       "public_header_files": "MAREX/RuntimeOBJ/**/*.h",
32       "dependencies": {
33         "MAREXT/MARModel": [
35         ]
36       }
37     },
38     {
39       "name": "Debug",
40       "source_files": "MAREX/Debug/**/*.{h,m}",
41       "public_header_files": "MAREX/Debug/**/*.h",
42       "dependencies": {
43         "MAREXT/Utility": [
45         ]
46       }
47     },
48     {
49       "name": "Utility",
50       "source_files": "MAREX/Utility/**/*.{h,m}",
51       "public_header_files": "MAREX/Utility/**/*.h"
52     },
53     {
54       "name": "Foundation",
55       "source_files": "MAREX/Foundation/**/*.{h,m}",
56       "public_header_files": "MAREX/Foundation/**/*.h",
57       "dependencies": {
58         "MAREXT/Utility": [
60         ]
61       }
62     },
63     {
64       "name": "Quartz",
65       "source_files": "MAREX/Quartz/**/*.{h,m}",
66       "public_header_files": "MAREX/Quartz/**/*.h",
67       "dependencies": {
68         "MAREXT/Utility": [
70         ]
71       }
72     },
73     {
74       "name": "UIKit",
75       "source_files": "MAREX/UIKit/**/*.{h,m}",
76       "public_header_files": "MAREX/UIKit/**/*.h",
77       "dependencies": {
78         "MAREXT/Utility": [
80         ],
81         "MAREXT/Foundation": [
83         ],
84         "MAREXT/Quartz": [
86         ]
87       }
88     },
89     {
90       "name": "ColorArt",
91       "source_files": "MAREX/ColorArt/**/*.{h,m}",
92       "public_header_files": "MAREX/ColorArt/**/*.h",
93       "dependencies": {
94         "MAREXT/UIKit": [
96         ]
97       }
98     }
99   ]