[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 8 / 6 / lchmars / 1.0.0 / lchmars.podspec.json
blob9b929989791f6194053cb3c17d0ed3a91decc206
2   "name": "lchmars",
3   "version": "1.0.0",
4   "summary": "Wechat iOS logger library",
5   "description": "1.提供通用日志库,实时记录日志数据\n2.按需记录日志,提供查询问题线索",
6   "homepage": "https://git.qutoutiao.net/lechuan/LCHLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhanghao": "zhanghao03@qutoutiao.net"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/spemagic/mars.git",
19     "tag": "1.0.0"
20   },
21   "user_target_xcconfig": {
22     "OTHER_LDFLAGS": [
23       "-lc++"
24     ]
25   },
26   "ios": {
27     "vendored_frameworks": "Framework/mars.framework"
28   },
29   "frameworks": [
30     "CoreTelephony",
31     "SystemConfiguration"
32   ],
33   "libraries": [
34     "z",
35     "c++"
36   ]