[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 3 / c / XYQuick / 0.8.14 / XYQuick.podspec.json
blobf4bb1e534e0ce51d45ac499380fc4009fe0a177f
2   "name": "XYQuick",
3   "version": "0.8.14",
4   "summary": "A quick develop utility on iOS.",
5   "homepage": "https://github.com/uxyheaven",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "uxyheaven": "uxyheaven@163.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/uxyheaven/XYQuick.git",
18     "tag": "0.8.14"
19   },
20   "requires_arc": true,
21   "public_header_files": "XYQuick/XYQuick.h",
22   "source_files": "XYQuick/XYQuick.h",
23   "subspecs": [
24     {
25       "name": "predefine",
26       "source_files": "XYQuick/predefine/**/*",
27       "public_header_files": "XYQuick/predefine/**/*.h"
28     },
29     {
30       "name": "core",
31       "source_files": "XYQuick/core/**/*",
32       "public_header_files": "XYQuick/core/**/*.h",
33       "dependencies": {
34         "XYQuick/predefine": [
36         ]
37       }
38     },
39     {
40       "name": "ui",
41       "source_files": "XYQuick/ui/**/*",
42       "public_header_files": "XYQuick/ui/**/*.h",
43       "dependencies": {
44         "XYQuick/predefine": [
46         ],
47         "XYQuick/core": [
49         ]
50       }
51     },
52     {
53       "name": "event",
54       "source_files": "XYQuick/event/**/*",
55       "public_header_files": "XYQuick/event/**/*.h",
56       "dependencies": {
57         "XYQuick/predefine": [
59         ],
60         "XYQuick/core": [
62         ],
63         "XYQuick/ui": [
65         ]
66       }
67     }
68   ]