blob: 4feee6c0fd20970ba23c439d9398ac3c35f67058 [file] [log] [blame]
{
"name": "Brotli-ObjC",
"version": "0.0.6",
"summary": "A Framework of Google Brotli in ObjC",
"homepage": "https://github.com/iOSCodoon/Brotli-ObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iOSCodoon": "ios@codoon.com"
},
"source": {
"git": "https://github.com/iOSCodoon/Brotli-ObjC.git",
"tag": "0.0.6"
},
"source_files": "Brotli-ObjC/**/*.{h,c,mm}",
"public_header_files": "Brotli-ObjC/NSData+Brotli.h",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"libraries": "stdc++",
"pod_target_xcconfig": {
"OTHER_CFLAGS": "-fgnu-inline-asm"
}
}