[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / f / MDWamp / 2.2.4 / MDWamp.podspec.json
blobc9c26cae1da3bdd75c01e4f8f016291d99e3c331
2   "osx": {
3     "frameworks": [
4       "CFNetwork",
5       "Security"
6     ]
7   },
8   "name": "MDWamp",
9   "license": "Apache 2.0",
10   "requires_arc": true,
11   "authors": {
12     "Niko Usai": "mogui83@gmail.com"
13   },
14   "ios": {
15     "frameworks": [
16       "MobileCoreServices",
17       "CFNetwork",
18       "Security"
19     ]
20   },
21   "summary": "A client side objective-C implementation of the WebSocket subprotocol WAMP",
22   "libraries": "icucore",
23   "platforms": {
24     "osx": "10.8",
25     "ios": "7.1"
26   },
27   "version": "2.2.4",
28   "source": {
29     "git": "https://github.com/mogui/MDWamp.git",
30     "tag": "2.2.4"
31   },
32   "dependencies": {
33     "CocoaAsyncSocket": [
35     ],
36     "MPMessagePack": [
38     ],
39     "SocketRocket": [
41     ]
42   },
43   "source_files": "MDWamp/**/*.{h,m,c}",
44   "homepage": "http://github.com/mogui/MDWamp"