blob: 297eb1214c6884c5927574ff422e76072ffb15fa [file] [log] [blame]
{
"name": "GFayeSwift",
"version": "0.4.2",
"summary": "A pure Swift Faye (Bayeux/CometD) Client",
"description": "A Pure Swift Client Library for Faye/Bayeux/CometD Pub-Sub messaging server.\nCurrently only supports Websocket transport.\nPorted from FayeSwift (https://github.com/hamin/FayeSwift) into Swift 4.2.",
"homepage": "https://github.com/ckpwong/GFayeSwift",
"license": "MIT",
"authors": {
"Haris Amin": "aminharis7@gmail.com",
"Cindy Wong": "ckpwong@gmail.com"
},
"source": {
"git": "https://github.com/ckpwong/GFayeSwift.git",
"tag": "0.4.2"
},
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Starscream": [
"~> 3.0.0"
],
"SwiftyJSON": [
"~> 4.2.0"
]
},
"swift_versions": [
"4.0",
"4.2",
"4.2"
],
"swift_version": "4.2"
}