blob: 3c1c7887adf78cc265a052b2962b50d2f4fb13ac [file] [log] [blame]
{
"name": "PSSRedisClient",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/esilverberg",
"platforms": {
"ios": "9.0"
},
"source_files": "PSSRedisClient/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
]
},
"pushed_with_swift_version": "3.0"
}