[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 7 / 4 / RKOTools / 1.3.4 / RKOTools.podspec.json
blob68bf85825945db978821e4df2de36383ce5c656d
2   "name": "RKOTools",
3   "version": "1.3.4",
4   "summary": "One of your own tool libraries",
5   "description": "One of your own tool libraries",
6   "homepage": "https://github.com/rakuyoMo/RKOTools",
7   "license": "MIT",
8   "authors": {
9     "Rakuyo": "rakuyo.mo@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/rakuyoMo/RKOTools.git",
16     "tag": "1.3.4"
17   },
18   "requires_arc": true,
19   "deprecated": true,
20   "subspecs": [
21     {
22       "name": "CALayer+Additions",
23       "source_files": "RKOTools/CALayer+Additions/*.{h,m}"
24     },
25     {
26       "name": "CloseKeyBoard",
27       "source_files": "RKOTools/CloseKeyBoard/*.{h,m}"
28     },
29     {
30       "name": "CollecionLog",
31       "source_files": "RKOTools/CollecionLog/*.{h,m}"
32     },
33     {
34       "name": "NetWorkTool",
35       "source_files": "RKOTools/NetWorkTool/*.{h,m}",
36       "dependencies": {
37         "AFNetworking": [
38           "~> 3.0"
39         ]
40       }
41     },
42     {
43       "name": "TopViewController",
44       "source_files": "RKOTools/TopViewController/*.{h,m}"
45     },
46     {
47       "name": "ImageWithColor",
48       "source_files": "RKOTools/ImageWithColor/*.{h,m}"
49     }
50   ]