[Add] THEOplayer-Connector-Conviva 8.5.0
[CocoaPods.git] / Specs / b / 7 / 6 / Brotli-ObjC / 0.0.6 / Brotli-ObjC.podspec.json
blob4feee6c0fd20970ba23c439d9398ac3c35f67058
2   "name": "Brotli-ObjC",
3   "version": "0.0.6",
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.6"
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     "osx": "10.10"
23   },
24   "libraries": "stdc++",
25   "pod_target_xcconfig": {
26     "OTHER_CFLAGS": "-fgnu-inline-asm"
27   }