[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / f / 8 / d / Courage / 0.0.1 / Courage.podspec.json
blobd6dd4c85815eaf3555685a6d33c394cf701cf45f
2   "name": "Courage",
3   "version": "0.0.1",
4   "summary": "An iOS client for the Courage realtime event service.",
5   "homepage": "http://github.com/thenewtricks/courage-ios",
6   "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",
7   "authors": {
8     "Taylor Trimble": "taylor@thenewtricks.com"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.8"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/thenewtricks/courage-ios.git",
21     "tag": "v0.0.1"
22   },
23   "source_files": [
24     "Courage/*.{h,m}",
25     "Courage/Internal/*.{h,m}"
26   ],
27   "public_header_files": "Courage/*.h",
28   "dependencies": {
29     "CocoaAsyncSocket": [
30       "~> 7.3"
31     ]
32   }