[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 2 / 1 / CXLogKit / 0.0.1 / CXLogKit.podspec.json
blob9f67a8087bedd38029c8b12d60b6f577c9ddf10d
2   "name": "CXLogKit",
3   "version": "0.0.1",
4   "summary": "A short description of CXLogKit.",
5   "description": "基于微信的日志组件",
6   "homepage": "https://github.com/xiaoqingmail/CXLogKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lixq10": "lixq677@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "git@github.com:xiaoqingmail/CXLogKit.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "CXLogKit/*.{h,m,mm}",
23     "CXLogKit/**/*.{h,m,mm}"
24   ],
25   "frameworks": [
26     "SystemConfiguration",
27     "CoreTelephony"
28   ],
29   "libraries": [
30     "z",
31     "resolv.9",
32     "c++"
33   ],
34   "vendored_frameworks": "mars.framework",
35   "pod_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   }