[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 2 / c / KurentoToolbox / 0.2.5 / KurentoToolbox.podspec.json
blobb8859bfc2160836d5974652390011d9f0271a3a8
2   "name": "KurentoToolbox",
3   "version": "0.2.5",
4   "summary": "Kurento Toolbox for iOS",
5   "description": "Kurento Toolbox for iOS provides a set of basic components that have been found useful during the native development of the WebRTC applications with Kurento.",
6   "homepage": "https://github.com/nubomediaTI/Kurento-iOS",
7   "license": {
8     "type": "GNU LGPL 2.1",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marco Rossi": "marco5.rossi@guest.telecomitalia.it"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/nubomediaTI/Kurento-iOS.git",
19     "tag": "v0.2.5"
20   },
21   "default_subspecs": "Default",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Default",
26       "source_files": "Classes/*.{h,m}",
27       "dependencies": {
28         "KurentoToolbox/Connection": [
30         ],
31         "KurentoToolbox/JSON-RPC": [
33         ],
34         "KurentoToolbox/Room": [
36         ]
37       }
38     },
39     {
40       "name": "Connection",
41       "source_files": [
42         "Classes/Connection/**/*.{h,m}",
43         "Classes/Internals/*.{h,m}"
44       ],
45       "public_header_files": "Classes/Connection/*.h",
46       "dependencies": {
47         "libjingle_peerconnection": [
48           "~> 10763.2.0"
49         ],
50         "KurentoToolbox/Utils": [
52         ]
53       }
54     },
55     {
56       "name": "JSON-RPC",
57       "source_files": [
58         "Classes/JSON-RPC/**/*.{h,m}",
59         "Classes/Internals/*.{h,m}"
60       ],
61       "public_header_files": "Classes/JSON-RPC/*.h",
62       "dependencies": {
63         "SocketRocket": [
64           "~> 0.4.1"
65         ],
66         "SBJson": [
67           "~> 4.0.2"
68         ],
69         "KurentoToolbox/Utils": [
71         ]
72       }
73     },
74     {
75       "name": "Room",
76       "source_files": [
77         "Classes/Room/**/*.{h,m}",
78         "Classes/Internals/*.{h,m}"
79       ],
80       "public_header_files": "Classes/Room/*.h",
81       "dependencies": {
82         "KurentoToolbox/JSON-RPC": [
84         ],
85         "KurentoToolbox/Connection": [
87         ],
88         "KurentoToolbox/Utils": [
90         ]
91       }
92     },
93     {
94       "name": "Utils",
95       "source_files": "Classes/Utils/*.{h,m}",
96       "private_header_files": "Classes/Utils/*.h",
97       "dependencies": {
98         "CocoaLumberjack": [
99           "~> 2.2.0"
100         ]
101       }
102     }
103   ]