blob: 6a9ea916403ece32bf32bed64a6f1a91c6037f95 [file] [log] [blame]
{
"name": "Redbird",
"version": "0.2.3",
"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.2.3"
},
"source_files": "Sources/Redbird/*.swift"
}