[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 2 / c / KurentoToolbox / 0.2.2 / KurentoToolbox.podspec.json
blob49de85f5d07abed9e48f0b0ee788d0c38473df01
2   "name": "KurentoToolbox",
3   "version": "0.2.2",
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.2"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "public_header_files": [
26     "Classes/*.h",
27     "Classes/Connection/*.h",
28     "Classes/JSON-RPC/*.h",
29     "Classes/Room/*.h"
30   ],
31   "private_header_files": [
32     "Classes/Connection/Internals/*.h",
33     "Classes/JSON-RPC/Internals/*.h",
34     "Classes/Room/Internals/*.h",
35     "Classes/Utils/*.h"
36   ],
37   "prefix_header_contents": "#import \"NBMLog.h\"",
38   "requires_arc": true,
39   "dependencies": {
40     "libjingle_peerconnection": [
41       "~> 10763.2.0"
42     ],
43     "SBJson": [
44       "~> 4.0.2"
45     ],
46     "SocketRocket": [
47       "~> 0.4.1"
48     ],
49     "CocoaLumberjack": [
51     ]
52   }