blob: 46b7b2e9584d1953c8aed2f736af923ef1dfa7c0 [file] [log] [blame]
{
"name": "Brotli-ObjC",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Brotli-ObjC/*",
"Brotli-ObjC/src/**/*"
],
"public_header_files": "Brotli-ObjC/NSData+Brotli.h",
"platforms": {
"ios": "9.0",
"watchos": "2.0"
}
}