[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / a / d / UBiXMediationSDK / 2.4.1.03 / UBiXMediationSDK.podspec.json
blob99949663deba45b2e1c47fb28211cc1844ab437b
2   "name": "UBiXMediationSDK",
3   "version": "2.4.1.03",
4   "summary": "UBiX聚合广告变现SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://www.ubixai.com/product/md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "stefan.qi": "stefan.qi@ubixai.com"
13   },
14   "source": {
15     "git": "https://github.com/honourcoder/UBiXMediationSDK.git",
16     "tag": "2.4.1.03"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "vendored_frameworks": [
22     "UBiXMediationSDK/SDK/UbiXMediation.framework"
23   ],
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "frameworks": [
28     "UIKit",
29     "MapKit",
30     "WebKit",
31     "MediaPlayer",
32     "CoreLocation",
33     "AdSupport",
34     "CoreMedia",
35     "AVFoundation",
36     "CoreTelephony",
37     "StoreKit",
38     "SystemConfiguration",
39     "MobileCoreServices",
40     "CoreMotion",
41     "Accelerate",
42     "AudioToolbox",
43     "JavaScriptCore",
44     "Security",
45     "CoreImage",
46     "AudioToolbox",
47     "ImageIO",
48     "QuartzCore",
49     "CoreGraphics",
50     "CoreText"
51   ],
52   "weak_frameworks": [
53     "AppTrackingTransparency",
54     "DeviceCheck"
55   ],
56   "libraries": [
57     "c++",
58     "resolv",
59     "z",
60     "sqlite3",
61     "bz2",
62     "xml2",
63     "iconv",
64     "c++abi"
65   ],
66   "default_subspecs": [
67     "UbiXAdSDK",
68     "UbiXDaq"
69   ],
70   "subspecs": [
71     {
72       "name": "UbiXDaq",
73       "vendored_frameworks": [
74         "UBiXMediationSDK/SDK/UbiXDaq.framework"
75       ]
76     },
77     {
78       "name": "UbiXAdSDK",
79       "vendored_frameworks": [
80         "UBiXMediationSDK/SDK/UbiXAdSDK.framework"
81       ],
82       "dependencies": {
83         "UBiXMediationSDK/UbiXDaq": [
85         ]
86       }
87     }
88   ]