blob: 1ade112846a24333da5105acf25acc84cf1c20c1 [file] [log] [blame]
{
"name": "SignalR-ObjC",
"version": "1.0.1",
"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": "1.0.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "SignalR.Client/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">=1.0.0"
]
}
}