[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / f / 8 / d / Courage / 0.1.1 / Courage.podspec.json
blobe6ef5d538f8ca747066debbf4f2c2ad323ff146b
2   "name": "Courage",
3   "version": "0.1.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\na Courage service endpoint.\n\nThe Courage service was invented to fulfill a specific niche in realtime\ndelivery. Whereas other systems promise only best-effort delivery for\nactively 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\nLimitations:\n\n- In-order delivery is impossible, and cannot be guaranteed\n- Message size limit of 1kB\n\nThis client library must be used with the Courage service.",
7   "authors": {
8     "Taylor Trimble": "taylor@thenewtricks.com"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.8"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/thenewtricks/courage-ios.git",
21     "tag": "v0.1.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.4.1"
31     ]
32   }