[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 9 / 5 / YandexMobileAdsMoPubAdapters / 5.0.0.0 / YandexMobileAdsMoPubAdapters.podspec.json
blob577055b01e5c85b50147d9f2c772798d63099557
2   "name": "YandexMobileAdsMoPubAdapters",
3   "version": "5.0.0.0",
4   "summary": "Yandex Mobile Ads adapters for MoPub",
5   "homepage": "https://tech.yandex.ru/mobile-ads/",
6   "license": {
7     "type": "PROPRIETARY",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Yandex LLC": "mobads@yandex-team.ru"
12   },
13   "source": {
14     "http": "https://storage.mds.yandex.net/get-ads-mobile-sdk/224062/YandexMobileAdsMoPubAdapters-5.0.0.0-ios-79894888-3f3b-494b-83c8-563733886d88.zip",
15     "sha1": "b7350ab2e7e157f05eb02d206a04a84e86b29565"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Static",
22   "dependencies": {
23     "mopub-ios-sdk": [
24       "~> 5.18.2"
25     ]
26   },
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-ObjC -all_load"
29   },
30   "pod_target_xcconfig": {
31     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
32     "VALID_ARCHS[sdk=iphonesimulator*]": "i386 x86_64 arm64"
33   },
34   "user_target_xcconfig": {
35     "OTHER_LDFLAGS": "-ObjC -all_load",
36     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
37     "VALID_ARCHS[sdk=iphonesimulator*]": "i386 x86_64 arm64"
38   },
39   "subspecs": [
40     {
41       "name": "Static",
42       "dependencies": {
43         "YandexMobileAds": [
44           "~> 5.0.0-alpha.2"
45         ]
46       },
47       "preserve_paths": [
48         "YandexMobileAdsMoPubAdapters.xcframework",
49         "CHANGELOG.md",
50         "README.md"
51       ],
52       "vendored_frameworks": "YandexMobileAdsMoPubAdapters.xcframework",
53       "source_files": "YandexMobileAdsMoPubAdapters.xcframework/**/*.h",
54       "public_header_files": "YandexMobileAdsMoPubAdapters.xcframework/**/*.h"
55     },
56     {
57       "name": "Dynamic",
58       "dependencies": {
59         "YandexMobileAds/Dynamic": [
60           "~> 5.0.0-alpha.2"
61         ]
62       },
63       "preserve_paths": [
64         "YandexMobileAdsMoPubAdapters.xcframework",
65         "CHANGELOG.md",
66         "README.md"
67       ],
68       "vendored_frameworks": "YandexMobileAdsMoPubAdapters.xcframework",
69       "source_files": "YandexMobileAdsMoPubAdapters.xcframework/**/*.h",
70       "public_header_files": "YandexMobileAdsMoPubAdapters.xcframework/**/*.h"
71     }
72   ]