[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / e / 4 / MWMarsLog / 1.0.0 / MWMarsLog.podspec.json
blob7b298f50381700133be5c6cab05ee156041273ba
2   "name": "MWMarsLog",
3   "version": "1.0.0",
4   "summary": "mars xlog 封装,只支持arm64、x86_64.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://182.92.161.213/ios/module_oc/MWMarsLog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xu": "252697349.qq.com"
13   },
14   "source": {
15     "git": "http://182.92.161.213/ios/module_oc/MWMarsLog.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MWMarsLog/Classes/**/*.{h,m,mm,cc}",
22   "public_header_files": [
23     "MWMarsLog/Classes/Module/MWMarsLog.h"
24   ],
25   "pod_target_xcconfig": {
26     "ENABLE_BITCODE": "NO",
27     "VALID_ARCHS": "x86_64 arm64",
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "static_framework": true,
34   "vendored_frameworks": [
35     "MWMarsLog/Classes/Lib/mars.framework"
36   ],
37   "libraries": [
38     "resolv.9",
39     "z",
40     "c++",
41     "c"
42   ],
43   "frameworks": [
44     "Foundation",
45     "SystemConfiguration",
46     "CoreTelephony"
47   ]