blob: 1733585f5193beb9d8d2b1de9fe2de8a690daf9e [file] [log] [blame]
{
"name": "Brotli-ObjC",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Brotli-ObjC/*",
"Brotli-ObjC/src/**/*"
],
"public_header_files": "Brotli-ObjC/NSData+Brotli.h",
"platforms": {
"ios": "9.0",
"watchos": "2.0"
},
"pod_target_xcconfig": {
"OTHER_CFLAGS": "-fgnu-inline-asm"
}
}