[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / d / 3 / c / BURelyFoundation / 0.0.1.58 / BURelyFoundation.podspec.json
blobb8c07873a7fffa3fc8535ab803444e37560ac0c9
2   "name": "BURelyFoundation",
3   "version": "0.0.1.58",
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.58/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   "user_target_xcconfig": {
62     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
63   },
64   "default_subspecs": [
65     "NETWork",
66     "HM"
67   ],
68   "source_files": "Rely/BURelyFoundation.h",
69   "public_header_files": "Rely/BURelyFoundation.h",
70   "subspecs": [
71     {
72       "name": "HM",
73       "vendored_frameworks": [
74         "Rely/HM.framework"
75       ],
76       "preserve_paths": "Rely/HM.framework"
77     },
78     {
79       "name": "NETWork",
80       "public_header_files": [
81         "Rely/BUNETWork/*.h",
82         "Rely/AFNetworking/*.h"
83       ],
84       "source_files": [
85         "Rely/BUNETWork/*.{h,m}",
86         "Rely/AFNetworking/*.{h,m}"
87       ]
88     }
89   ]