[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 7 / 4 / RKOTools / 1.11.1 / RKOTools.podspec.json
blobac861aff2257482c1507bcd875f499bdbdef8f37
2   "name": "RKOTools",
3   "version": "1.11.1",
4   "summary": "One of your own tool libraries",
5   "description": "Own a tool library.",
6   "homepage": "https://github.com/rakuyoMo/RKOTools",
7   "license": "MIT",
8   "authors": {
9     "Rakuyo": "rakuyo.mo@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/rakuyoMo/RKOTools.git",
16     "tag": "1.11.1"
17   },
18   "requires_arc": true,
19   "deprecated": true,
20   "subspecs": [
21     {
22       "name": "RKOBaseCell",
23       "source_files": "RKOTools/RKOBaseCell/*.{h,m}"
24     },
25     {
26       "name": "StoryBoardCategory",
27       "source_files": "RKOTools/StoryBoardCategory/*.{h,m}"
28     },
29     {
30       "name": "CloseKeyBoard",
31       "source_files": "RKOTools/CloseKeyBoard/*.{h,m}"
32     },
33     {
34       "name": "CollecionLog",
35       "source_files": "RKOTools/CollecionLog/*.{h,m}"
36     },
37     {
38       "name": "NetWorkTool",
39       "source_files": "RKOTools/NetWorkTool/*.{h,m}",
40       "dependencies": {
41         "AFNetworking": [
43         ]
44       }
45     },
46     {
47       "name": "TopViewController",
48       "source_files": "RKOTools/TopViewController/*.{h,m}"
49     },
50     {
51       "name": "ImageWithColor",
52       "source_files": "RKOTools/ImageWithColor/*.{h,m}"
53     },
54     {
55       "name": "UIViewTools",
56       "source_files": "RKOTools/UIViewTools/*.{h,m}"
57     },
58     {
59       "name": "Rotate",
60       "source_files": "RKOTools/Rotate/*.{h,m}"
61     },
62     {
63       "name": "RKOBaseModel",
64       "source_files": "RKOTools/RKOBaseModel/*.{h,m}",
65       "dependencies": {
66         "YYModel": [
68         ]
69       }
70     },
71     {
72       "name": "HexString",
73       "source_files": "RKOTools/HexString/*.{h,m}"
74     }
75   ]