[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / f / 6 / a / YYCategoryKit / 0.0.2 / YYCategoryKit.podspec.json
blob77192eba8a9fc70762a3387bfc34163c7cb05d44
2   "name": "YYCategoryKit",
3   "version": "0.0.2",
4   "summary": "自己积累的分类方法",
5   "description": "自己积累的分类方法,便于快速开发",
6   "homepage": "https://github.com/yuanyuan100/YYCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yuanyuan100": "469092943@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yuanyuan100/YYCategory.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "public_header_files": "YYCategory/Classes/YYCategoryHeader.h",
23   "source_files": "YYCategory/Classes/YYCategoryHeader.h",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "subspecs": [
29     {
30       "name": "NSBundle",
31       "source_files": "YYCategory/Classes/NSBundle/*.{h,m}"
32     },
33     {
34       "name": "NSDictionary",
35       "source_files": "YYCategory/Classes/NSDictionary/*.{h,m}"
36     },
37     {
38       "name": "NSObject",
39       "source_files": "YYCategory/Classes/NSObject/*.{h,m}"
40     },
41     {
42       "name": "UIApplication",
43       "source_files": "YYCategory/Classes/UIApplication/*.{h,m}"
44     },
45     {
46       "name": "UIBarButtonItem",
47       "source_files": "YYCategory/Classes/UIBarButtonItem/*.{h,m}"
48     },
49     {
50       "name": "UIControl",
51       "source_files": "YYCategory/Classes/UIControl/*.{h,m}"
52     },
53     {
54       "name": "UIView",
55       "source_files": "YYCategory/Classes/UIView/*.{h,m}"
56     },
57     {
58       "name": "UIAlertController",
59       "source_files": "YYCategory/Classes/UIAlertController/*.{h,m}"
60     }
61   ]