[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / 0 / 4 / KXCategories / 0.0.3 / KXCategories.podspec.json
blob0214c6b6dd57f24fc28bd7e18f5af9c2d71bc115
2   "name": "KXCategories",
3   "version": "0.0.3",
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.3"
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     },
49     {
50       "name": "UIKit",
51       "public_header_files": "KXCategories/UIKit/KXUIKit.h",
52       "source_files": "KXCategories/UIKit/KXUIKit.h",
53       "frameworks": "UIKit",
54       "subspecs": [
55         {
56           "name": "UIButton",
57           "source_files": "KXCategories/UIKit/UIButton/*.{h,m}"
58         },
59         {
60           "name": "UIBarButtonItem",
61           "source_files": "KXCategories/UIKit/UIBarButtonItem/*.{h,m}"
62         },
63         {
64           "name": "UIColor",
65           "source_files": "KXCategories/UIKit/UIColor/*.{h,m}"
66         },
67         {
68           "name": "UIDevice",
69           "source_files": "KXCategories/UIKit/UIDevice/*.{h,m}"
70         },
71         {
72           "name": "UIImage",
73           "source_files": "KXCategories/UIKit/UIImage/*.{h,m}"
74         },
75         {
76           "name": "UINavigationController",
77           "source_files": "KXCategories/UIKit/UINavigationController/*.{h,m}"
78         },
79         {
80           "name": "UIView",
81           "source_files": "KXCategories/UIKit/UIView/*.{h,m}"
82         }
83       ]
84     }
85   ]