[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / b / 8 / bidapp / 2.1.3 / bidapp.podspec.json
blob06c465a57616c9947f60abfbfa4bb9fef32e78ab
2   "name": "bidapp",
3   "version": "2.1.3",
4   "platforms": {
5     "ios": "11.0"
6   },
7   "summary": "bidapp SDK for iOS",
8   "description": "bidapp - The perfect solution for boosting your monetization income!",
9   "homepage": "https://bidapp.io",
10   "authors": {
11     "bidapp": "support@bidapp.io"
12   },
13   "license": {
14     "type": "Copyright",
15     "text": "Copyright 2023 bidapp. All Rights Reserved."
16   },
17   "source": {
18     "http": "https://downloads.bidapp.io/mobile-sdk/ios/2.1.3/bidappSDK-2.1.3.zip",
19     "type": "zip"
20   },
21   "static_framework": true,
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "SDK",
26       "requires_arc": true,
27       "vendored_frameworks": [
28         "bidapp.xcframework"
29       ],
30       "frameworks": [
31         "Foundation",
32         "UIKit"
33       ],
34       "weak_frameworks": [
36       ],
37       "libraries": [
39       ],
40       "pod_target_xcconfig": {
41         "OTHER_LDFLAGS": "-ObjC"
42       }
43     },
44     {
45       "name": "UnityAdapter",
46       "requires_arc": true,
47       "source_files": "plugins/unity/*.{h,mm}",
48       "frameworks": [
49         "Foundation",
50         "UIKit"
51       ],
52       "weak_frameworks": [
54       ],
55       "libraries": [
57       ],
58       "pod_target_xcconfig": {
59         "OTHER_LDFLAGS": "-ObjC"
60       },
61       "xcconfig": {
62         "HEADER_SEARCH_PATHS": [
63           "\"${PODS_TARGET_SRCROOT}/bidapp\""
64         ]
65       },
66       "dependencies": {
67         "bidapp/SDK": [
69         ]
70       }
71     },
72     {
73       "name": "Applovin",
74       "vendored_frameworks": "adapters/BidappApplovinAdapter.xcframework",
75       "pod_target_xcconfig": {
76         "OTHER_LDFLAGS": "-ObjC"
77       },
78       "dependencies": {
79         "bidapp/SDK": [
81         ],
82         "AppLovinSDK": [
83           "~> 11.11.4"
84         ]
85       }
86     },
87     {
88       "name": "ApplovinMax",
89       "vendored_frameworks": "adapters/BidappApplovinMaxAdapter.xcframework",
90       "pod_target_xcconfig": {
91         "OTHER_LDFLAGS": "-ObjC"
92       },
93       "dependencies": {
94         "bidapp/SDK": [
96         ],
97         "AppLovinSDK": [
98           "~> 11.11.4"
99         ]
100       }
101     },
102     {
103       "name": "Unity",
104       "vendored_frameworks": "adapters/BidappUnityAdapter.xcframework",
105       "pod_target_xcconfig": {
106         "OTHER_LDFLAGS": "-ObjC"
107       },
108       "dependencies": {
109         "bidapp/SDK": [
111         ],
112         "UnityAds": [
113           "~> 4.9.1"
114         ]
115       }
116     },
117     {
118       "name": "Liftoff",
119       "vendored_frameworks": "adapters/BidappLiftoffAdapter.xcframework",
120       "pod_target_xcconfig": {
121         "OTHER_LDFLAGS": "-ObjC"
122       },
123       "dependencies": {
124         "bidapp/SDK": [
126         ],
127         "VungleAds": [
128           "~> 7.1.0"
129         ]
130       }
131     },
132     {
133       "name": "Chartboost",
134       "vendored_frameworks": "adapters/BidappChartboostAdapter.xcframework",
135       "pod_target_xcconfig": {
136         "OTHER_LDFLAGS": "-ObjC"
137       },
138       "dependencies": {
139         "bidapp/SDK": [
141         ],
142         "ChartboostSDK": [
143           "~> 9.5.0"
144         ]
145       }
146     },
147     {
148       "name": "AdMob",
149       "vendored_frameworks": "adapters/BidappAdmobAdapter.xcframework",
150       "pod_target_xcconfig": {
151         "OTHER_LDFLAGS": "-ObjC"
152       },
153       "dependencies": {
154         "bidapp/SDK": [
156         ],
157         "Google-Mobile-Ads-SDK": [
158           "~> 10.12.0"
159         ]
160       }
161     }
162   ],
163   "swift_version": "5.0"