[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 3 / c / BURelyFoundation / 0.0.1.47 / BURelyFoundation.podspec.json
blob2e675f5252131108e20dc061e99b40fdcdb13f11
2   "name": "BURelyFoundation",
3   "version": "0.0.1.47",
4   "license": "MIT",
5   "summary": "BURelyFoundation is the basic library for byte ads",
6   "description": "BURelyFoundation is the basic library for byte ads",
7   "homepage": "https://github.com/bytedance/Bytedance-UnionAD",
8   "authors": {
9     "zhangtianhao": "zhangtianhao.1230@bytedance.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "http": "https://sf3-fe-tos.pglstatp-toutiao.com/obj/bu-rely-framework/0.0.1.47/Rely.zip"
16   },
17   "frameworks": [
18     "UIKit",
19     "CoreFoundation",
20     "WebKit",
21     "StoreKit",
22     "CoreServices",
23     "MediaPlayer",
24     "CoreMedia",
25     "CoreLocation",
26     "AVFoundation",
27     "CoreTelephony",
28     "SystemConfiguration",
29     "AdSupport",
30     "CoreMotion",
31     "Accelerate",
32     "Security"
33   ],
34   "weak_frameworks": "AppTrackingTransparency",
35   "libraries": [
36     "z",
37     "bz2",
38     "resolv.9",
39     "c++",
40     "sqlite3",
41     "xml2",
42     "c++abi"
43   ],
44   "requires_arc": true,
45   "script_phases": [
46     {
47       "name": "Check dependency",
48       "script": "sh -c \"$(curl -fsSL https://sf3-fe-tos.pglstatp-toutiao.com/obj/bu-rely-framework/CheckRely/0.0.1.47/check_dependency.sh)\"",
49       "execution_position": "before_compile"
50     }
51   ],
52   "pod_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
54     "OTHER_LDFLAGS": "-ObjC",
55     "COMPILER_INDEX_STORE_ENABLE": "NO",
56     "LLVM_LTO[config=Debug][sdk=*][arch=*]": "NO",
57     "LLVM_LTO[config=Release][sdk=*][arch=*]": "YES_THIN",
58     "GCC_OPTIMIZATION_LEVEL[config=Debug][sdk=*][arch=*]": "0",
59     "GCC_OPTIMIZATION_LEVEL[config=Release][sdk=*][arch=*]": "z"
60   },
61   "default_subspecs": [
62     "NETWork",
63     "HM"
64   ],
65   "public_header_files": "Rely/BURelyFoundation.h",
66   "source_files": "Rely/BURelyFoundation.h",
67   "subspecs": [
68     {
69       "name": "HM",
70       "vendored_frameworks": [
71         "Rely/HM.framework"
72       ],
73       "preserve_paths": "Rely/HM.framework"
74     },
75     {
76       "name": "NETWork",
77       "public_header_files": [
78         "Rely/BUNETWork/*.h",
79         "Rely/AFNetworking/*.h"
80       ],
81       "source_files": [
82         "Rely/BUNETWork/*.{h,m}",
83         "Rely/AFNetworking/*.{h,m}"
84       ]
85     }
86   ]