[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 3.1.1 / YandexMobileAds.podspec.json
blob33bb54097223a905509a2f2c52c2a52840cbd338
2   "name": "YandexMobileAds",
3   "version": "3.1.1",
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/212922/YandexMobileAds-3.1.1-ios-5b5379d9-e4b4-4710-a3fb-e707fb00f596.zip",
18     "sha1": "58fe12869569f938cdc3b25c0f3391f5e80e89f6"
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   ]