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