[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 3 / c / XYQuick / 0.9.4 / XYQuick.podspec.json
blob894074b6dbe9fcc73794082c82288be07c579e81
2   "name": "XYQuick",
3   "version": "0.9.4",
4   "summary": "A quick develop utility on iOS.",
5   "description": "A quick develop utility on iOS...",
6   "homepage": "https://github.com/uxyheaven",
7   "license": "MIT",
8   "authors": {
9     "xingyao095": "xingyao095@pingan.com.cn"
10   },
11   "source": {
12     "git": "https://github.com/uxyheaven/XYQuick.git",
13     "tag": "0.9.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "Pod/Classes/XYQuick.h",
20   "source_files": "Pod/Classes/XYQuick.{h,m}",
21   "subspecs": [
22     {
23       "name": "predefine",
24       "source_files": "Pod/Classes/predefine/**/*",
25       "public_header_files": "Pod/Classes/predefine/**/*.h"
26     },
27     {
28       "name": "core",
29       "source_files": "Pod/Classes/core/**/*",
30       "public_header_files": "Pod/Classes/core/**/*.h",
31       "dependencies": {
32         "XYQuick/predefine": [
34         ]
35       }
36     },
37     {
38       "name": "ui",
39       "source_files": "Pod/Classes/ui/**/*",
40       "public_header_files": "Pod/Classes/ui/**/*.h",
41       "dependencies": {
42         "XYQuick/predefine": [
44         ],
45         "XYQuick/core": [
47         ]
48       }
49     },
50     {
51       "name": "event",
52       "source_files": "Pod/Classes/event/**/*",
53       "public_header_files": "Pod/Classes/event/**/*.h",
54       "dependencies": {
55         "XYQuick/predefine": [
57         ],
58         "XYQuick/core": [
60         ],
61         "XYQuick/ui": [
63         ]
64       }
65     }
66   ]