[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 4.3.0 / YandexMobileAds.podspec.json
blobff9a44abec5364435422e37e1b6d9557626e3d7b
2   "name": "YandexMobileAds",
3   "version": "4.3.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   "source": {
14     "http": "https://storage.mds.yandex.net/get-ads-mobile-sdk/224062/YandexMobileAds-4.3.0-ios-22344b3a-0cbb-4001-b7e0-787b8e4da079.zip",
15     "sha1": "781e6117a5626e900bc35ee26445562825a2ddc1"
16   },
17   "libraries": "xml2",
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "CoreTelephony",
22     "CoreLocation",
23     "CoreGraphics",
24     "AdSupport",
25     "StoreKit",
26     "SystemConfiguration",
27     "QuartzCore",
28     "AVFoundation",
29     "CoreImage",
30     "CoreMedia"
31   ],
32   "weak_frameworks": "WebKit",
33   "platforms": {
34     "ios": "9.0"
35   },
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.14.1",
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.14.1",
69           "< 4.0.0"
70         ]
71       }
72     }
73   ]