blob: d6dd4c85815eaf3555685a6d33c394cf701cf45f [file] [log] [blame]
{
"name": "Courage",
"version": "0.0.1",
"summary": "An iOS client for the Courage realtime event service.",
"homepage": "http://github.com/thenewtricks/courage-ios",
"description": " The Courage iOS client is designed to received realtime events from\n a Courage service endpoint.\n\n The Courage service was invented to fulfill a specific niche in realtime\n delivery. Whereas other systems promise only best-effort delivery for\n actively connected clients, Courage:\n\n - Guarantees eventual delivery of all messages\n - Supports server-to-many-device event channels\n - Is a generalized interface to Android, iOS and Web clients\n - Has a fallback for actively connected devices to use the APNS\n silent sync feature\n - Will attempt to reconnect if the active connection is lost\n\n Limitations:\n\n - In-order delivery is impossible, and cannot be guaranteed\n - Message size limit of 1kB\n\n This client library must be used with the Courage service.\n",
"authors": {
"Taylor Trimble": "taylor@thenewtricks.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/thenewtricks/courage-ios.git",
"tag": "v0.0.1"
},
"source_files": [
"Courage/*.{h,m}",
"Courage/Internal/*.{h,m}"
],
"public_header_files": "Courage/*.h",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.3"
]
}
}