blob: 7f485e942f726417c3638942f829c380af15f84b [file] [log] [blame]
{
"name": "Brotli-ObjC",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Brotli-ObjC/*",
"Brotli-ObjC/src/**/*"
],
"public_header_files": "Brotli-ObjC/NSData+Brotli.h"
}