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