[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 3.4.0 / YandexMobileAds.podspec.json
blob048209d3f404fef540576c8ee22f017eeedbf18d
2   "name": "YandexMobileAds",
3   "version": "3.4.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/212922/YandexMobileAds-3.4.0-ios-db9060f8-923a-4df6-b48c-dfd337ea655e.zip",
18     "sha1": "ada5c2945062a9ca45f4208b88dece67b64141fa"
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     "AVFoundation",
32     "CoreImage",
33     "CoreMedia"
34   ],
35   "weak_frameworks": "WebKit",
36   "default_subspecs": "Static",
37   "requires_arc": true,
38   "pod_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "user_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "subspecs": [
45     {
46       "name": "Static",
47       "preserve_paths": "static/YandexMobileAds.framework",
48       "source_files": "static/YandexMobileAds.framework/Versions/A/Headers/*.h",
49       "public_header_files": "static/YandexMobileAds.framework/Versions/A/Headers/*.h",
50       "vendored_frameworks": "static/YandexMobileAds.framework",
51       "resources": "static/YandexMobileAds.framework/YandexMobileAdsBundle.bundle",
52       "dependencies": {
53         "YandexMobileMetrica": [
54           ">= 3.2.0",
55           "< 4.0.0"
56         ]
57       }
58     },
59     {
60       "name": "Dynamic",
61       "preserve_paths": "dynamic/YandexMobileAds.framework",
62       "source_files": "dynamic/YandexMobileAds.framework/Headers/*.h",
63       "public_header_files": "dynamic/YandexMobileAds.framework/Headers/*.h",
64       "vendored_frameworks": "dynamic/YandexMobileAds.framework",
65       "resources": "dynamic/YandexMobileAds.framework/YandexMobileAdsBundle.bundle",
66       "dependencies": {
67         "YandexMobileMetrica/Dynamic": [
68           ">= 3.2.0",
69           "< 4.0.0"
70         ]
71       }
72     }
73   ]