[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 4 / RKOTools / 1.0.7 / RKOTools.podspec.json
blobb5b162298eb9b7de4987789ac1204d097e896e8f
2   "name": "RKOTools",
3   "version": "1.0.7",
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": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/rakuyoMo/RKOTools.git",
16     "tag": "1.0.7"
17   },
18   "requires_arc": true,
19   "deprecated": true,
20   "subspecs": [
21     {
22       "name": "RKOControl",
23       "subspecs": [
24         {
25           "name": "RKOCell",
26           "source_files": "RKOTools/RKOControl/RKOCell/*.{h,m}"
27         },
28         {
29           "name": "RKONetworkAlert",
30           "source_files": "RKOTools/RKOControl/RKONetworkAlert/*.{h,m}"
31         }
32       ]
33     },
34     {
35       "name": "RKOTools",
36       "subspecs": [
37         {
38           "name": "CALayer+Additions",
39           "source_files": "RKOTools/RKOTools/CALayer+Additions/*.{h,m}"
40         },
41         {
42           "name": "CloseKeyBoard",
43           "source_files": "RKOTools/RKOTools/CloseKeyBoard/*.{h,m}"
44         },
45         {
46           "name": "CollecionLog",
47           "source_files": "RKOTools/RKOTools/CollecionLog/*.{h,m}"
48         },
49         {
50           "name": "FastFrame",
51           "source_files": "RKOTools/RKOTools/FastFrame/*.{h,m}"
52         },
53         {
54           "name": "NetWorkTool",
55           "source_files": "RKOTools/RKOTools/NetWorkTool/*.{h,m}",
56           "dependencies": {
57             "AFNetworking": [
58               "~> 3.0"
59             ]
60           }
61         },
62         {
63           "name": "TopViewController",
64           "source_files": "RKOTools/RKOTools/TopViewController/*.{h,m}"
65         }
66       ]
67     }
68   ]