blob: d7119bd2c50c3c002dfc2b66849fc63b04da2735 [file] [log] [blame]
{
"name": "PSSRedisClient",
"version": "0.1.17",
"summary": "A simple Swift-based interface to Redis, using CocoaAsyncSocket",
"description": "A simple Swift-based interface to Redis, using CocoaAsyncSocket as the networking layer and a swift-based implementation of the redis protocol.",
"homepage": "https://github.com/perrystreetsoftware/PSSRedisClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"esilverberg": "eric@<company name>.com"
},
"source": {
"git": "https://github.com/perrystreetsoftware/PSSRedisClient.git",
"tag": "0.1.17"
},
"social_media_url": "https://twitter.com/esilverberg",
"platforms": {
"ios": "9.0"
},
"source_files": "PSSRedisClient/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
">= 7.6.1"
]
}
}