blob: 916d2ac2c31e8de1c916e8b9edd9c0c5bb6e8806 [file] [log] [blame]
{
"requires_arc": true,
"osx": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"name": "MDWamp",
"license": "Apache 2.0",
"platforms": {
"osx": "10.8",
"ios": "7.1"
},
"source_files": "MDWamp/**/*.{h,m,c}",
"ios": {
"frameworks": [
"MobileCoreServices",
"CFNetwork",
"Security"
]
},
"summary": "A client side objective-C implementation of the WebSocket subprotocol WAMP",
"libraries": "icucore",
"source": {
"git": "https://github.com/mogui/MDWamp.git",
"tag": "2.2.3"
},
"version": "2.2.3",
"dependencies": {
"CocoaAsyncSocket": [
],
"MPMessagePack": [
],
"SocketRocket": [
]
},
"authors": {
"Niko Usai": "mogui83@gmail.com"
},
"homepage": "http://github.com/mogui/MDWamp"
}