[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 4 / d / CometDClient / 1.1.0 / CometDClient.podspec.json
blob40e07d279972f122e10effc2d7c01d67f2684bcb
2   "name": "CometDClient",
3   "version": "1.1.0",
4   "summary": "Swift client for CometD",
5   "description": "CometD is a scalable web event routing bus that allows you to write low-latency, server-side, event-driven web applications. Typical examples of such applications are stock trading applications, web chat applications, online games, and monitoring consoles.",
6   "homepage": "https://cometd.org/",
7   "license": "MIT",
8   "authors": {
9     "Anthony GUIGUEN": "anthony@insurlytech.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/Insurlytech/CometDClient-iOS.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "Sources/**/*.swift",
19   "exclude_files": "Classes/Exclude",
20   "swift_versions": "5.2",
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "dependencies": {
24     "Starscream": [
25       "4.0.3"
26     ],
27     "SwiftyJSON": [
28       "~> 5.0"
29     ],
30     "XCGLogger": [
31       "~> 7.0.1"
32     ]
33   },
34   "swift_version": "5.2"