[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / 7 / appv_lib / 0.0.3 / appv_lib.podspec.json
blobba558abbfa1243ea9f54c0d5ee3a37a7ed18750c
2   "name": "appv_lib",
3   "version": "0.0.3",
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.3"
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     "OTHER_LDFLAGS": [
38       "-ObjC"
39     ],
40     "DEFINES_MODULE": "YES",
41     "CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED": "NO",
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "user_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
46   },
47   "vendored_frameworks": [
48     "**/appv_lib.framework"
49   ],
50   "dependencies": {
51     "appvpb": [
53     ]
54   }