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