[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / 0 / 4 / KXCategories / 0.0.4 / KXCategories.podspec.json
blob2888b6d6ee0464eb043b6a56b9e90ddf409f29de
2   "name": "KXCategories",
3   "version": "0.0.4",
4   "summary": "这是一个开心的category",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/YangShi123/KXCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangShi123": "shiyawn@163.com"
13   },
14   "source": {
15     "git": "https://github.com/YangShi123/KXCategories.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "KXCategories/KXCategories.h",
22   "public_header_files": "Pod/KXCategories.h",
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "public_header_files": "KXCategories/Foundation/KXFoundation.h",
27       "source_files": "KXCategories/Foundation/KXFoundation.h",
28       "frameworks": "Foundation",
29       "subspecs": [
30         {
31           "name": "NSData",
32           "source_files": "KXCategories/Foundation/NSData/*.{h,m}"
33         },
34         {
35           "name": "NSDate",
36           "source_files": "KXCategories/Foundation/NSDate/*.{h,m}"
37         },
38         {
39           "name": "NSString",
40           "source_files": "KXCategories/Foundation/NSString/*.{h,m}",
41           "dependencies": {
42             "KXCategories/Foundation/NSData": [
44             ]
45           }
46         },
47         {
48           "name": "NSArray",
49           "source_files": "KXCategories/Foundation/NSArray/*.{h,m}"
50         },
51         {
52           "name": "NSDictionary",
53           "source_files": "KXCategories/Foundation/NSDictionary/*.{h,m}"
54         }
55       ]
56     },
57     {
58       "name": "UIKit",
59       "public_header_files": "KXCategories/UIKit/KXUIKit.h",
60       "source_files": "KXCategories/UIKit/KXUIKit.h",
61       "frameworks": "UIKit",
62       "subspecs": [
63         {
64           "name": "UIButton",
65           "source_files": "KXCategories/UIKit/UIButton/*.{h,m}"
66         },
67         {
68           "name": "UIBarButtonItem",
69           "source_files": "KXCategories/UIKit/UIBarButtonItem/*.{h,m}"
70         },
71         {
72           "name": "UIColor",
73           "source_files": "KXCategories/UIKit/UIColor/*.{h,m}"
74         },
75         {
76           "name": "UIDevice",
77           "source_files": "KXCategories/UIKit/UIDevice/*.{h,m}"
78         },
79         {
80           "name": "UIImage",
81           "source_files": "KXCategories/UIKit/UIImage/*.{h,m}"
82         },
83         {
84           "name": "UINavigationController",
85           "source_files": "KXCategories/UIKit/UINavigationController/*.{h,m}"
86         },
87         {
88           "name": "UIView",
89           "source_files": "KXCategories/UIKit/UIView/*.{h,m}"
90         },
91         {
92           "name": "UIScreen",
93           "source_files": "KXCategories/UIKit/UIScreen/*.{h,m}"
94         }
95       ]
96     }
97   ]