[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / f / a / PSSRedisClient / 0.1.3 / PSSRedisClient.podspec.json
blob26e8d213b723b057efc1d73cb2193a98bbf632da
2   "name": "PSSRedisClient",
3   "version": "0.1.3",
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.3"
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": [
26     ]
27   },
28   "pushed_with_swift_version": "3.0"