[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 3.0.0 / YandexMobileAds.podspec.json
bloba18fa039ab01832d2e669541799446740a29bd0e
2   "name": "YandexMobileAds",
3   "version": "3.0.0",
4   "summary": "The Yandex Mobile Ads SDK provides mobile interfaces for Yandex Advertising Network",
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   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "http": "https://storage.mds.yandex.net/get-ads-mobile-sdk/205984/YandexMobileAds-3.0.0-ios-23abd61e-78d7-4f45-a93d-f4f4df5642f4.zip",
18     "sha1": "6e9e88d9d901a2c7a11a3ce85a66457ac034f9bb"
19   },
20   "libraries": "xml2",
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "CoreTelephony",
25     "CoreLocation",
26     "CoreGraphics",
27     "AdSupport",
28     "StoreKit",
29     "SystemConfiguration"
30   ],
31   "weak_frameworks": "WebKit",
32   "default_subspecs": "Static",
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "Static",
37       "preserve_paths": "static/YandexMobileAds.framework",
38       "source_files": "static/YandexMobileAds.framework/Versions/A/Headers/*.h",
39       "public_header_files": "static/YandexMobileAds.framework/Versions/A/Headers/*.h",
40       "vendored_frameworks": "static/YandexMobileAds.framework",
41       "dependencies": {
42         "YandexMobileMetrica": [
43           ">= 3.2.0",
44           "< 4.0.0"
45         ]
46       }
47     },
48     {
49       "name": "Dynamic",
50       "preserve_paths": "dynamic/YandexMobileAds.framework",
51       "source_files": "dynamic/YandexMobileAds.framework/Headers/*.h",
52       "public_header_files": "dynamic/YandexMobileAds.framework/Headers/*.h",
53       "vendored_frameworks": "dynamic/YandexMobileAds.framework",
54       "dependencies": {
55         "YandexMobileMetrica/Dynamic": [
56           ">= 3.2.0",
57           "< 4.0.0"
58         ]
59       }
60     }
61   ]