[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 4 / f / MTAppenderFile / 0.4.3 / MTAppenderFile.podspec.json
blobe620a170450b9148fc2a3a77532c55ff74c3ae6b
2   "name": "MTAppenderFile",
3   "version": "0.4.3",
4   "summary": "A simplified high-performance log component for *OS base on Tencent Mars xlog.",
5   "description": "simplified high-performance log component base on mmap, with C & Objective-C API.",
6   "homepage": "https://github.com/meitu/MTAppenderFile",
7   "license": {
8     "type": "Copyright",
9     "text": "      © 2008 - present Meitu, Inc. All rights reserved.\n"
10   },
11   "authors": {
12     "Euan Chan": "cqh@meitu.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/meitu/MTAppenderFile.git",
19     "tag": "0.4.3"
20   },
21   "public_header_files": [
22     "loglib/MTAppenderFile.h",
23     "loglib/mtaf_base.hloglib/mtaf_appender.h"
24   ],
25   "source_files": [
26     "loglib/**/*{h,hpp,m,mm,cpp,cc,c}",
27     "comm/**/*.{h,hpp,m,mm,cpp,cc,c}"
28   ],
29   "exclude_files": "MTAppenderFile/Exclude",
30   "requires_arc": false,
31   "libraries": [
32     "z",
33     "c++"
34   ],
35   "pod_target_xcconfig": {
36     "OTHER_LDFLAGS": "-lc++"
37   }