[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / f / a / PSSRedisClient / 0.1.16 / PSSRedisClient.podspec.json
blobcfd8ee2639ae69297bcd8cb2ff8fde6c02aa83d1
2   "name": "PSSRedisClient",
3   "version": "0.1.16",
4   "summary": "A simple Swift-based interface to Redis, using CocoaAsyncSocket",
5   "description": "A simple Swift-based interface to Redis, using CocoaAsyncSocket as the networking layer and a swift-based implementation of the redis protocol.",
6   "homepage": "https://github.com/perrystreetsoftware/PSSRedisClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "esilverberg": "eric@<company name>.com"
13   },
14   "source": {
15     "git": "https://github.com/perrystreetsoftware/PSSRedisClient.git",
16     "tag": "0.1.16"
17   },
18   "social_media_url": "https://twitter.com/esilverberg",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "PSSRedisClient/Classes/**/*",
23   "dependencies": {
24     "CocoaAsyncSocket": [
25       ">= 7.6.1"
26     ]
27   }