blob: ab3bafd487dc7a065520282d9cf4505ad9fddbc0 [file] [log] [blame]
{
"name": "hiredis",
"version": "0.11.0",
"summary": "Minimalistic C client for Redis.",
"homepage": "https://github.com/redis/hiredis",
"license": {
"type": "BSD",
"file": "COPYING"
},
"authors": {
"Salvatore Sanfilippo": "antirez@gmail.com",
"Pieter Noordhuis": "pcnoordhuis@gmail.com"
},
"source": {
"git": "https://github.com/redis/hiredis.git",
"tag": "v0.11.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "*.{h,c}",
"public_header_files": "*.h",
"exclude_files": [
"example*.{h,c}",
"test*.{h,c}"
],
"requires_arc": false,
"compiler_flags": [
"-std=c99",
"-Wstrict-prototypes",
"-Wwrite-strings"
]
}