[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 9 / 5 / YandexMobileAdsMoPubAdapters / 0.22.0 / YandexMobileAdsMoPubAdapters.podspec.json
blob7ab20fd30de44b9c19dbd50b40fb9c81c68d6aed
2   "name": "YandexMobileAdsMoPubAdapters",
3   "version": "0.22.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/2799512/YandexMobileAdsMoPubAdapters-0.22.0-ios-4fef1f5c-5339-4010-a40e-1d3eaaa699ee.zip",
15     "sha1": "49f9da5e2863c40e5002e4ccdbf9e514834b662d"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Static",
22   "dependencies": {
23     "mopub-ios-sdk": [
24       "~> 5.16.0"
25     ]
26   },
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "subspecs": [
31     {
32       "name": "Static",
33       "dependencies": {
34         "YandexMobileAds": [
35           "~> 4.1.0"
36         ]
37       },
38       "preserve_paths": [
39         "YandexMobileAdsMoPubAdapters.framework",
40         "CHANGELOG.md",
41         "README.md"
42       ],
43       "vendored_frameworks": "YandexMobileAdsMoPubAdapters.framework",
44       "source_files": "YandexMobileAdsMoPubAdapters.framework/Versions/A/Headers/*.h",
45       "public_header_files": "YandexMobileAdsMoPubAdapters.framework/Versions/A/Headers/*.h"
46     },
47     {
48       "name": "Dynamic",
49       "dependencies": {
50         "YandexMobileAds/Dynamic": [
51           "~> 4.1.0"
52         ]
53       },
54       "preserve_paths": [
55         "YandexMobileAdsMoPubAdapters.framework",
56         "CHANGELOG.md",
57         "README.md"
58       ],
59       "vendored_frameworks": "YandexMobileAdsMoPubAdapters.framework",
60       "source_files": "YandexMobileAdsMoPubAdapters.framework/Versions/A/Headers/*.h",
61       "public_header_files": "YandexMobileAdsMoPubAdapters.framework/Versions/A/Headers/*.h"
62     }
63   ]