[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / f / MDWamp / 2.0.0 / MDWamp.podspec.json
blob80006710d25ccb14c88c2ea79a3557d73257553b
2   "name": "MDWamp",
3   "version": "2.0.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.0.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     "MessagePack": [
25     ]
26   },
27   "osx": {
28     "frameworks": [
29       "CFNetwork",
30       "Security"
31     ]
32   },
33   "ios": {
34     "frameworks": [
35       "MobileCoreServices",
36       "CFNetwork",
37       "Security"
38     ]
39   },
40   "libraries": "icucore",
41   "requires_arc": true