[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / f / 9 / PrebidMobileMoPubAdapters / 1.13.0-beta2 / PrebidMobileMoPubAdapters.podspec.json
blob8dda8b6e3d8467df322c13bf9d24c8e3f841e727
2   "name": "PrebidMobileMoPubAdapters",
3   "version": "1.13.0-beta2",
4   "summary": "The bridge between PrebidMobile SDK and MoPub SDK.",
5   "description": "MoPub Adatpers manages rendering of Prebid ads in the case of integration with MoPub as a Primary Ad Server.",
6   "homepage": "https://www.prebid.org",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    Copyright 2018-2021 Prebid.org, Inc.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
10   },
11   "authors": {
12     "Prebid.org, Inc.": "info@prebid.org"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/prebid/prebid-mobile-ios.git",
20     "tag": "1.13.0-beta2"
21   },
22   "xcconfig": {
23     "LIBRARY_SEARCH_PATHS": "$(inherited)",
24     "OTHER_CFLAGS": "$(inherited)",
25     "OTHER_LDFLAGS": "$(inherited)",
26     "HEADER_SEARCH_PATHS": "$(inherited)",
27     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
28   },
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s"
34   },
35   "source_files": "EventHandlers/PrebidMobileMoPubAdapters/**/*.{h,m,swift}",
36   "exclude_files": [
37     "EventHandlers/PrebidMobileMoPubAdapters/Sources/PrebidMoPubNativeAdAdapter.swift",
38     "EventHandlers/PrebidMobileMoPubAdapters/Sources/PrebidMoPubNativeCustomEvent.swift",
39     "EventHandlers/PrebidMobileMoPubAdapters/Sources/PrebidMoPubNativeAdRenderer.swift"
40   ],
41   "static_framework": true,
42   "dependencies": {
43     "PrebidMobile": [
44       "1.13.0-beta2"
45     ],
46     "mopub-ios-sdk": [
48     ]
49   },
50   "swift_version": "5.0"