[Add] FaceCoreBasicNightly 6.4.1142
[CocoaPods.git] / Specs / b / 7 / 6 / Brotli-ObjC / 0.0.3 / Brotli-ObjC.podspec.json
blob1733585f5193beb9d8d2b1de9fe2de8a690daf9e
2   "name": "Brotli-ObjC",
3   "version": "0.0.3",
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.3"
16   },
17   "source_files": [
18     "Brotli-ObjC/*",
19     "Brotli-ObjC/src/**/*"
20   ],
21   "public_header_files": "Brotli-ObjC/NSData+Brotli.h",
22   "platforms": {
23     "ios": "9.0",
24     "watchos": "2.0"
25   },
26   "pod_target_xcconfig": {
27     "OTHER_CFLAGS": "-fgnu-inline-asm"
28   }