[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 3 / 2 / hiredis / 0.11.0 / hiredis.podspec.json
blobab3bafd487dc7a065520282d9cf4505ad9fddbc0
2   "name": "hiredis",
3   "version": "0.11.0",
4   "summary": "Minimalistic C client for Redis.",
5   "homepage": "https://github.com/redis/hiredis",
6   "license": {
7     "type": "BSD",
8     "file": "COPYING"
9   },
10   "authors": {
11     "Salvatore Sanfilippo": "antirez@gmail.com",
12     "Pieter Noordhuis": "pcnoordhuis@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/redis/hiredis.git",
16     "tag": "v0.11.0"
17   },
18   "platforms": {
19     "ios": "4.0",
20     "osx": "10.6"
21   },
22   "source_files": "*.{h,c}",
23   "public_header_files": "*.h",
24   "exclude_files": [
25     "example*.{h,c}",
26     "test*.{h,c}"
27   ],
28   "requires_arc": false,
29   "compiler_flags": [
30     "-std=c99",
31     "-Wstrict-prototypes",
32     "-Wwrite-strings"
33   ]