[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / d / 3 / c / BURelyFoundation / 0.0.1.45 / BURelyFoundation.podspec.json
blob7a324dde96570ee7b8657fd206e8fab90e2b830d
2   "name": "BURelyFoundation",
3   "version": "0.0.1.45",
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.45/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   "pod_target_xcconfig": {
46     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
47     "OTHER_LDFLAGS": "-ObjC",
48     "COMPILER_INDEX_STORE_ENABLE": "NO",
49     "LLVM_LTO[config=Debug][sdk=*][arch=*]": "NO",
50     "LLVM_LTO[config=Release][sdk=*][arch=*]": "YES_THIN",
51     "GCC_OPTIMIZATION_LEVEL[config=Debug][sdk=*][arch=*]": "0",
52     "GCC_OPTIMIZATION_LEVEL[config=Release][sdk=*][arch=*]": "z"
53   },
54   "default_subspecs": [
55     "NETWork",
56     "HM"
57   ],
58   "public_header_files": "Rely/BURelyFoundation.h",
59   "source_files": "Rely/BURelyFoundation.h",
60   "subspecs": [
61     {
62       "name": "HM",
63       "vendored_frameworks": [
64         "Rely/HM.framework"
65       ],
66       "preserve_paths": "Rely/HM.framework"
67     },
68     {
69       "name": "NETWork",
70       "public_header_files": [
71         "Rely/BUNETWork/*.h",
72         "Rely/AFNetworking/*.h"
73       ],
74       "source_files": [
75         "Rely/BUNETWork/*.{h,m}",
76         "Rely/AFNetworking/*.{h,m}"
77       ]
78     }
79   ]