[Add] THEOplayer-Connector-Conviva 8.5.0
[CocoaPods.git] / Specs / b / 7 / 6 / Brotli-ObjC / 0.0.5 / Brotli-ObjC.podspec.json
blobef978d4855f5573d0331ded2bd034f3c7eab536d
2   "name": "Brotli-ObjC",
3   "version": "0.0.5",
4   "summary": "A Framework of Google Brotli in ObjC",
5   "homepage": "https://github.com/iOSCodoon/Brotli-ObjC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "iOSCodoon": "ios@codoon.com"
12   },
13   "source": {
14     "git": "https://github.com/iOSCodoon/Brotli-ObjC.git",
15     "tag": "0.0.5"
16   },
17   "source_files": "Brotli-ObjC/**/*.{h,c,mm}",
18   "public_header_files": "Brotli-ObjC/NSData+Brotli.h",
19   "platforms": {
20     "ios": "9.0",
21     "watchos": "2.0"
22   },
23   "libraries": "stdc++",
24   "pod_target_xcconfig": {
25     "OTHER_CFLAGS": "-fgnu-inline-asm"
26   }