[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / f / 6 / a / YYCategoryKit / 0.0.1 / YYCategoryKit.podspec.json
blob2761e0b1d761435e45b0284a982884a7b1d4b92f
2   "name": "YYCategoryKit",
3   "version": "0.0.1",
4   "summary": "A short description of YYCategory.",
5   "description": "TODO: Add long description of the pod here.",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "NSBundle",
24       "source_files": "YYCategory/Classes/NSBundle/*.{h,m}",
25       "frameworks": "Foundation"
26     },
27     {
28       "name": "NSDictionary",
29       "source_files": "YYCategory/Classes/NSDictionary/*.{h,m}",
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "NSObject",
34       "source_files": "YYCategory/Classes/NSObject/*.{h,m}",
35       "frameworks": "Foundation"
36     },
37     {
38       "name": "UIApplication",
39       "source_files": "YYCategory/Classes/UIApplication/*.{h,m}",
40       "frameworks": "UIKit"
41     },
42     {
43       "name": "UIBarButtonItem",
44       "source_files": "YYCategory/Classes/UIBarButtonItem/*.{h,m}",
45       "frameworks": "UIKit"
46     },
47     {
48       "name": "UIControl",
49       "source_files": "YYCategory/Classes/UIControl/*.{h,m}",
50       "frameworks": "UIKit"
51     },
52     {
53       "name": "UIView",
54       "source_files": "YYCategory/Classes/UIView/*.{h,m}",
55       "frameworks": "UIKit"
56     }
57   ]