blob: bcf18adc6da3196c3a6c2e38d6c449e8f344260f [file] [log] [blame]
{
"name": "FayeSwift",
"version": "0.2.0",
"summary": "A pure Swift Faye (Bayeux) Client",
"description": "A Pure Swift Client Library for the Faye (Bayeux/Comet) Pub-Sub messaging server.\nThis client has been tested with the Faye (http://faye.jcoglan.com) implementation of the\nBayeux protocol. Currently only supports Websocket transport.",
"homepage": "https://github.com/hamin/FayeSwift",
"license": "MIT",
"authors": {
"Haris Amin": "aminharis7@gmail.com"
},
"source": {
"git": "https://github.com/hamin/FayeSwift.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/harisamin",
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Starscream": [
"~> 1.1"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}