forked from mogui/MDWamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMDWamp.podspec.json
39 lines (39 loc) · 918 Bytes
/
MDWamp.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"osx": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"name": "MDWamp",
"license": "Apache 2.0",
"requires_arc": true,
"authors": {
"Niko Usai": "[email protected]"
},
"ios": {
"frameworks": [
"MobileCoreServices",
"CFNetwork",
"Security"
]
},
"summary": "A client side objective-C implementation of the WebSocket subprotocol WAMP",
"libraries": "icucore",
"platforms": {
"osx": "10.8",
"ios": "7.1"
},
"version": "2.2.5",
"source": {
"git": "https://github.com/whoislyuboanyway/MDWamp.git",
"tag": "2.2.5"
},
"dependencies": {
"CocoaAsyncSocket": [],
"MPMessagePack": [],
"SocketRocket": []
},
"source_files": "MDWamp/**/*.{h,m,c}",
"homepage": "http://github.com/mogui/MDWamp"
}