[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / 3 / 7 / appv_lib / 0.0.1 / appv_lib.podspec.json
blob335ad6db6948f8b835565bf031868c9185099299
2   "name": "appv_lib",
3   "version": "0.0.1",
4   "summary": "工具概况",
5   "description": "这里写描述 最好与summary写的不一样 不然会警告",
6   "homepage": "http://192.168.31.250:8003/dcw/appv_lib",
7   "license": "MIT",
8   "authors": {
9     "dcw": "dcw@123.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "http://192.168.31.250:8003/dcw/appv_lib.git",
16     "tag": "0.0.1"
17   },
18   "frameworks": [
19     "UIKit",
20     "CoreTelephony",
21     "Security"
22   ],
23   "libraries": [
24     "z",
25     "c++",
26     "iconv",
27     "resolv.9",
28     "bz2"
29   ],
30   "requires_arc": true,
31   "source_files": "**/*.{h,m}",
32   "ios": {
33     "vendored_libraries": "appv_lib/*.a"
34   },
35   "pod_target_xcconfig": {
36     "ENABLE_BITCODE": "NO",
37     "DEFINES_MODULE": "YES",
38     "CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED": "NO",
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "user_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "vendored_frameworks": [
45     "**/appv_lib.framework"
46   ],
47   "dependencies": {
48     "appvpb": [
50     ]
51   }