[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 5 / 9 / KMSClient / 1.0.5 / KMSClient.podspec.json
blob8188308e1df203eb3ba6aa4a20b673e9c9e692cf
2   "name": "KMSClient",
3   "version": "1.0.5",
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.0.5"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "module_name": "KMSClient",
22   "dependencies": {
23     "RACSRWebSocket": [
24       "1.1.2"
25     ],
26     "MTLJSONAdapterWithoutNil": [
27       "1.0"
28     ],
29     "Mantle": [
30       "2.0"
31     ],
32     "ReactiveCocoa": [
33       "2.5"
34     ],
35     "NSDictionaryMerge": [
36       "1.0"
37     ]
38   },
39   "source_files": "KMSClient/*.{h,m}",
40   "subspecs": [
41     {
42       "name": "ModelLayer",
43       "source_files": "KMSClient/ModelLayer/*.{h,m}",
44       "subspecs": [
45         {
46           "name": "Types",
47           "source_files": "KMSClient/ModelLayer/Types/*.{h,m}"
48         }
49       ]
50     },
51     {
52       "name": "MessageFactory",
53       "source_files": "KMSClient/MessageFactory/*.{h,m}",
54       "dependencies": {
55         "KMSClient/ModelLayer": [
57         ],
58         "KMSClient/UUID": [
60         ]
61       }
62     },
63     {
64       "name": "Log",
65       "source_files": "KMSClient/Log/*.{h,m}"
66     },
67     {
68       "name": "UUID",
69       "source_files": "KMSClient/UUID/*.{h,m}"
70     }
71   ]