[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / d / 5 / ESCategories / 0.2.2 / ESCategories.podspec.json
blob948d6ff2f980f4b9d6a98e9a2ab6049cf1213ffa
2   "name": "ESCategories",
3   "version": "0.2.2",
4   "summary": "D2C iOS拓展分类.",
5   "homepage": "https://github.com/cezres/ESCategories",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "cezres": "cezres@163.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/cezres/ESCategories.git",
18     "tag": "0.2.2"
19   },
20   "source_files": "ESCategories/**/*.{h,m}",
21   "requires_arc": true,
22   "public_header_files": "ESCategories/**/*.h",
23   "default_subspecs": "Categories",
24   "subspecs": [
25     {
26       "name": "Categories",
27       "source_files": "ESCategories/ESCategories.h",
28       "dependencies": {
29         "ESCategories/Macros": [
31         ],
32         "ESCategories/Foundation": [
34         ],
35         "ESCategories/UIKit": [
37         ]
38       }
39     },
40     {
41       "name": "Macros",
42       "source_files": "ESCategories/Macros/**/*.{h,m}"
43     },
44     {
45       "name": "Foundation",
46       "source_files": "ESCategories/Foundation/Foundation_Categories.h",
47       "dependencies": {
48         "ESCategories/NSDictionary": [
50         ],
51         "ESCategories/NSObject": [
53         ],
54         "ESCategories/NSString": [
56         ]
57       }
58     },
59     {
60       "name": "NSDictionary",
61       "source_files": "ESCategories/Foundation/NSDictionary/*.{h,m}"
62     },
63     {
64       "name": "NSObject",
65       "source_files": "ESCategories/Foundation/NSObject/*.{h,m}"
66     },
67     {
68       "name": "NSString",
69       "source_files": "ESCategories/Foundation/NSString/*.{h,m}"
70     },
71     {
72       "name": "UIKit",
73       "source_files": "ESCategories/UIKit/**/*.{h,m}",
74       "dependencies": {
75         "ESCategories/Macros": [
77         ],
78         "ESCategories/Foundation": [
80         ]
81       }
82     }
83   ]