[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 3.2.0 / YandexMobileAds.podspec.json
blob46ecf685ca42ca204b97d96b361f11fb196ffcb8
2   "name": "YandexMobileAds",
3   "version": "3.2.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/223308/YandexMobileAds-3.2.0-ios-f66e797e-85b0-4bf7-a41b-5a34d3bfd01d.zip",
18     "sha1": "8bd63a2d3d61fff3a5a921ec8cbe75809503a75a"
19   },
20   "libraries": "xml2",
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "CoreTelephony",
25     "CoreLocation",
26     "CoreGraphics",
27     "AdSupport",
28     "StoreKit",
29     "SystemConfiguration",
30     "QuartzCore"
31   ],
32   "weak_frameworks": "WebKit",
33   "default_subspecs": "Static",
34   "requires_arc": true,
35   "subspecs": [
36     {
37       "name": "Static",
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       "resources": "static/YandexMobileAds.framework/YandexMobileAdsBundle.bundle",
43       "dependencies": {
44         "YandexMobileMetrica": [
45           ">= 3.2.0",
46           "< 4.0.0"
47         ]
48       }
49     },
50     {
51       "name": "Dynamic",
52       "preserve_paths": "dynamic/YandexMobileAds.framework",
53       "source_files": "dynamic/YandexMobileAds.framework/Headers/*.h",
54       "public_header_files": "dynamic/YandexMobileAds.framework/Headers/*.h",
55       "vendored_frameworks": "dynamic/YandexMobileAds.framework",
56       "resources": "dynamic/YandexMobileAds.framework/YandexMobileAdsBundle.bundle",
57       "dependencies": {
58         "YandexMobileMetrica/Dynamic": [
59           ">= 3.2.0",
60           "< 4.0.0"
61         ]
62       }
63     }
64   ]