[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 9 / 5 / YandexMobileAdsMoPubAdapters / 0.1.1 / YandexMobileAdsMoPubAdapters.podspec.json
blob59df2bd117245255e2830a6584182fd2a3c4aea2
2   "name": "YandexMobileAdsMoPubAdapters",
3   "version": "0.1.1",
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/212922/YandexMobileAdsMoPubAdapters--ios-ed9060c3-3017-4938-b167-df80c006feb9.zip",
15     "sha1": "1158288e08c8155e5494170a161c2f42c31e61fe"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Static",
22   "dependencies": {
23     "mopub-ios-sdk": [
24       "~> 5.1"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Static",
30       "platforms": {
31         "ios": "7.0"
32       },
33       "dependencies": {
34         "YandexMobileAds": [
35           "~> 2.9.0"
36         ]
37       },
38       "preserve_paths": [
39         "YandexMobileAdsMoPubAdapters.framework",
40         "CHANGELOG.md",
41         "README.md"
42       ],
43       "vendored_frameworks": "YandexMobileAdsMoPubAdapters.framework"
44     },
45     {
46       "name": "Dynamic",
47       "platforms": {
48         "ios": "8.0"
49       },
50       "dependencies": {
51         "YandexMobileAds/Dynamic": [
52           "~> 2.9.0"
53         ]
54       },
55       "preserve_paths": [
56         "YandexMobileAdsMoPubAdapters.framework",
57         "CHANGELOG.md",
58         "README.md"
59       ],
60       "vendored_frameworks": "YandexMobileAdsMoPubAdapters.framework"
61     }
62   ]