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