blob: 90742b5d1f165b343f732e772abc37e4e7247099 [file] [log] [blame]
{
"name": "SignalR-ObjC",
"version": "2.0.0.beta2",
"summary": "Objective-C Client for the SignalR Project works with iOS and Mac.",
"homepage": "https://github.com/DyKnow/SignalR-ObjC",
"license": "MIT",
"authors": {
"Alex Billingsley": "abillingsley@dyknow.com"
},
"source": {
"git": "https://github.com/DyKnow/SignalR-ObjC.git",
"tag": "2.0.0.beta2"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "SignalR.Client/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>2.0"
],
"SocketRocket": [
"0.4"
]
}
}