[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 5 / 9 / KMSClient / 1.2.0 / KMSClient.podspec.json
blob288a9063c6d38ab73da02f3ae9ed3c399fa04b48
2   "name": "KMSClient",
3   "version": "1.2.0",
4   "summary": "Kurento Media Server iOS client.",
5   "homepage": "https://github.com/sdkdimon/kms-ios-client",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dmitry Lizin": "sdkdimon@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/sdkdimon/kms-ios-client.git",
15     "tag": "1.2.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "module_name": "KMSClient",
22   "dependencies": {
23     "WebSocketRocket": [
24       "0.5.2"
25     ],
26     "MantleNullValuesOmit": [
27       "0.0.4"
28     ],
29     "Mantle": [
30       "~> 2.1"
31     ],
32     "RACObjC/Core": [
33       "~> 3.0"
34     ]
35   },
36   "source_files": "KMSClient/KMSClient/**/*.{h,m}"