[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / f / a / PSSRedisClient / 0.1.12 / PSSRedisClient.podspec.json
blob77539f0909d78ad296519b550a07bbc5707146be
2   "name": "PSSRedisClient",
3   "version": "0.1.12",
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.12"
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   },
28   "pushed_with_swift_version": "4.0"