blob: 17947c5260f6347b40f0d51062c150c7bfa1a478 [file] [log] [blame]
{
"name": "FayeClientSwift",
"version": "1.0.0",
"summary": "A Faye Cilent in Swift for iOS and OSX.",
"description": "A Faye Cilent Library in Swift for the Faye (Bayeux) Pub-Sub messaging server.\nUse the library to communicate with a Faye Server (https://faye.jcoglan.com) implementation of the Bayeux protocol.\nWebsocket transport supported.",
"homepage": "https://github.com/Binlogo/FayeClientSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Binboy_王兴彬": "binboy@live.com"
},
"source": {
"git": "https://github.com/Binlogo/FayeClientSwift.git",
"tag": "1.0.0"
},
"social_media_url": "https://weibo.com/binlogo",
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "FayeClientSwift/Classes/*.swift",
"dependencies": {
"Starscream": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0"
}