[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 4 / RKOTools / 1.4.2 / RKOTools.podspec.json
bloba045ca09b791787a67b49885b815cb297a324c71
2   "name": "RKOTools",
3   "version": "1.4.2",
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.4.2"
17   },
18   "requires_arc": true,
19   "deprecated": true,
20   "subspecs": [
21     {
22       "name": "RKOCell",
23       "source_files": "RKOTools/RKOCell/*.{h,m}"
24     },
25     {
26       "name": "UIView+StoryBoard",
27       "source_files": "RKOTools/UIView+StoryBoard/*.{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": [
42           "~> 3.0"
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   ]