[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / b / CategoriesKit / 0.0.4 / CategoriesKit.podspec.json
blobf5fadaf5eb3c7b84e61308ff99d1cf7a5dc3d64c
2   "name": "CategoriesKit",
3   "version": "0.0.4",
4   "license": "MIT",
5   "summary": "Objective-C  Categories",
6   "homepage": "https://github.com/czpc/CategoriesKit",
7   "authors": {
8     "czps": "623320378@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/czpc/CategoriesKit.git",
12     "tag": "0.0.4"
13   },
14   "requires_arc": true,
15   "public_header_files": "CategoriesKit/CategoriesKit.h",
16   "source_files": "CategoriesKit/CategoriesKit.h",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "frameworks": "UIKit",
21   "default_subspecs": "All",
22   "subspecs": [
23     {
24       "name": "All",
25       "ios": {
26         "dependencies": {
27           "CategoriesKit/Core": [
29           ],
30           "CategoriesKit/UIKit": [
32           ],
33           "CategoriesKit/Components": [
35           ]
36         }
37       }
38     },
39     {
40       "name": "Core",
41       "source_files": [
42         "CategoriesKit/CategoriesKit.h",
43         "CategoriesKit/Core/*.{h,m}"
44       ]
45     },
46     {
47       "name": "UIKit",
48       "dependencies": {
49         "CategoriesKit/Core": [
51         ]
52       },
53       "source_files": [
54         "CategoriesKit/CategoriesKit.h",
55         "CategoriesKit/UIKit/*.{h,m}"
56       ]
57     },
58     {
59       "name": "Components",
60       "source_files": [
61         "CategoriesKit/CategoriesKit.h",
62         "CategoriesKit/Components/*.{h,m}"
63       ]
64     }
65   ]