blob: 22fe678b7c7a2cc7a1fe065f1ed364292bea99e1 [file] [log] [blame]
{
"name": "CometDClient",
"version": "1.0.0",
"summary": "Swift client for CometD",
"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.",
"homepage": "https://cometd.org/",
"license": "MIT",
"authors": {
"Anthony GUIGUEN": "anthony@insurlytech.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Insurlytech/CometDClient-iOS.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Classes/Exclude",
"swift_versions": "5.2",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"Starscream": [
"4.0.3"
],
"SwiftyJSON": [
"~> 5.0"
],
"XCGLogger": [
"~> 7.0.1"
]
},
"swift_version": "5.2"
}