[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 7 / f / MDWamp / 1.1.0 / MDWamp.podspec.json
blobfbd4b130799ff04444119c35314b82af565d43b8
2   "name": "MDWamp",
3   "version": "1.1.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": "1.1.0"
13   },
14   "source_files": "MDWamp/**/*.{h,m,c}",
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.6"
18   },
19   "dependencies": {
20     "SocketRocket": [
22     ]
23   },
24   "osx": {
25     "frameworks": [
26       "CFNetwork",
27       "Security"
28     ]
29   },
30   "ios": {
31     "frameworks": [
32       "MobileCoreServices",
33       "CFNetwork",
34       "Security"
35     ]
36   },
37   "libraries": "icucore",
38   "requires_arc": true