[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 2.7.2 / YandexMobileAds.podspec.json
blob7e2bc3af331ff23bb5e3fd7dc6835269a24d3862
2   "name": "YandexMobileAds",
3   "version": "2.7.2",
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": "7.0"
15   },
16   "source": {
17     "http": "https://storage.mds.yandex.net/get-ads-mobile-sdk/332493/YandexMobileAds-2.7.2-ios-5fe88a8e-1236-4abe-8ea6-c20e48dce004.zip",
18     "sha1": "df0c6199fe9e80ec7276625830e32a425d26fd6f"
19   },
20   "libraries": "xml2",
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "CoreTelephony",
25     "CoreLocation",
26     "CoreGraphics",
27     "AdSupport",
28     "StoreKit"
29   ],
30   "default_subspecs": "Static",
31   "requires_arc": true,
32   "subspecs": [
33     {
34       "name": "Static",
35       "platforms": {
36         "ios": "7.0"
37       },
38       "preserve_paths": "static/YandexMobileAds.framework",
39       "source_files": "static/YandexMobileAds.framework/Versions/A/Headers/*.h",
40       "public_header_files": "static/YandexMobileAds.framework/Versions/A/Headers/*.h",
41       "vendored_frameworks": "static/YandexMobileAds.framework",
42       "dependencies": {
43         "YandexMobileMetrica": [
44           ">= 2.8.0",
45           "< 3.0.0"
46         ]
47       }
48     },
49     {
50       "name": "Dynamic",
51       "platforms": {
52         "ios": "8.0"
53       },
54       "preserve_paths": "dynamic/YandexMobileAds.framework",
55       "source_files": "dynamic/YandexMobileAds.framework/Headers/*.h",
56       "public_header_files": "dynamic/YandexMobileAds.framework/Headers/*.h",
57       "vendored_frameworks": "dynamic/YandexMobileAds.framework",
58       "dependencies": {
59         "YandexMobileMetrica/Dynamic": [
60           ">= 2.8.0",
61           "< 3.0.0"
62         ]
63       }
64     }
65   ]