blob: 5eb504de1ee86af0dfd01ef4441cb5f8b4c1adcd [file] [log] [blame]
{
"name": "SignalR-ObjC",
"default_subspecs": "Core",
"version": "2.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": "2.0.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "SignalR.Client/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~>2.0"
],
"SocketRocket": [
"~>0.4"
]
}
},
{
"name": "CocoaLumberjack",
"dependencies": {
"CocoaLumberjack": [
"~>1.0"
],
"SignalR-ObjC/Core": [
]
}
}
]
}