[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / a / 7 / YIMKit / 0.2.0 / YIMKit.podspec.json
blobf8502664086ce512a6a434d1496fe5b229f797d5
2   "name": "YIMKit",
3   "version": "0.2.0",
4   "summary": "library for ybz",
5   "homepage": "https://github.com/yiiim/YIMKit",
6   "license": "MIT",
7   "authors": {
8     "ybz": "ybz975218925@live.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/yiiim/YIMKit.git",
15     "tag": "0.2.0"
16   },
17   "source_files": "YIMKit/src/**/*.{h,m,c}",
18   "resources": "YIMKit/resource/*.bundle",
19   "requires_arc": true,
20   "dependencies": {
21     "Masonry": [
23     ],
24     "DZNEmptyDataSet": [
26     ],
27     "YYKit": [
29     ],
30     "AFNetworking": [
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Common",
37       "source_files": "YIMKit/src/Common/**/*.{h,m,c}"
38     },
39     {
40       "name": "Model",
41       "source_files": "YIMKit/src/Models/**/*.{h,m,c}",
42       "dependencies": {
43         "YIMKit/Common": [
45         ],
46         "YYKit": [
48         ]
49       }
50     },
51     {
52       "name": "Tool",
53       "source_files": "YIMKit/src/Tool/**/*.{h,m,c}",
54       "dependencies": {
55         "YIMKit/Common": [
57         ],
58         "YIMKit/Model": [
60         ]
61       }
62     },
63     {
64       "name": "UI",
65       "source_files": "YIMKit/src/UI/**/*.{h,m,c}",
66       "dependencies": {
67         "YIMKit/Common": [
69         ],
70         "YIMKit/Tool": [
72         ],
73         "Masonry": [
75         ],
76         "DZNEmptyDataSet": [
78         ],
79         "YYKit": [
81         ]
82       }
83     },
84     {
85       "name": "Network",
86       "source_files": "YIMKit/src/Request/**/*.{h,m,c}",
87       "dependencies": {
88         "YIMKit/Common": [
90         ],
91         "YIMKit/Model": [
93         ],
94         "YIMKit/Tool": [
96         ],
97         "AFNetworking": [
99         ]
100       }
101     }
102   ]