Skip to content

Instantly share code, notes, and snippets.

@pilot34
Last active April 15, 2016 20:56
Show Gist options
  • Save pilot34/4060433a53af15423857d8111ef73fe6 to your computer and use it in GitHub Desktop.
Save pilot34/4060433a53af15423857d8111ef73fe6 to your computer and use it in GitHub Desktop.
{
"name": "Redbird",
"version": "0.3.0",
"summary": "Pure-Swift Redis client. OS X and Linux ready.",
"description": "Pure-Swift implementation of a Redis client from the original protocol spec. OS X + Linux compatible.",
"homepage": "https://github.com/czechboy0/Redbird",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honza Dvorsky": "https://honzadvorsky.com"
},
"social_media_url": "http://twitter.com/czechboy0",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/czechboy0/Redbird.git",
"tag": "0.3.0"
},
"source_files": "Sources/Redbird/*.swift",
"dependencies": { "Socks": [] }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment