[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 5.4.0 / YandexMobileAds.podspec.json
blob379729c2e87c737c48191a31cea6ae2b6b27c999
2   "name": "YandexMobileAds",
3   "version": "5.4.0",
4   "swift_versions": "5.7.0",
5   "authors": {
6     "Yandex LLC": "mobads@yandex-team.ru"
7   },
8   "license": {
9     "type": "PROPRIETARY",
10     "file": "static/LICENSE.txt"
11   },
12   "homepage": "https://tech.yandex.ru/mobile-ads/",
13   "source": {
14     "http": "https://storage.mds.yandex.net/get-ads-mobile-sdk/332493/YandexMobileAds-5c3b165f-6430-4368-95a6-6aa3c58d58fd.zip",
15     "sha1": "f18b3bafed5d74bbb8b77bacfcc19541fe687f8a"
16   },
17   "summary": "The Yandex Mobile Ads SDK provides mobile interfaces for Yandex Advertising Network",
18   "platforms": {
19     "ios": "12.0"
20   },
21   "dependencies": {
22     "DivKit": [
23       "~> 13.0"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "CoreTelephony",
30     "CoreLocation",
31     "CoreGraphics",
32     "AdSupport",
33     "StoreKit",
34     "SystemConfiguration",
35     "QuartzCore",
36     "AVFoundation",
37     "CoreImage",
38     "CoreMedia"
39   ],
40   "weak_frameworks": "WebKit",
41   "xcconfig": {
42     "OTHER_LDFLAGS": "-ObjC",
43     "GENERATE_INFOPLIST_FILE": "YES"
44   },
45   "pod_target_xcconfig": {
46     "VALID_ARCHS[sdk=iphoneos*]": "arm64",
47     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
48   },
49   "source_files": "static/YandexMobileAds.xcframework/**/*.h",
50   "public_header_files": "static/YandexMobileAds.xcframework/**/*.h",
51   "vendored_frameworks": "static/YandexMobileAds.xcframework",
52   "resources": "static/YandexMobileAds.xcframework/YandexMobileAdsBundle.bundle",
53   "preserve_paths": [
54     "static/YandexMobileAds.xcframework",
55     "README.md",
56     "LICENSE.txt",
57     "CHANGELOG.md"
58   ],
59   "default_subspecs": "Static",
60   "subspecs": [
61     {
62       "name": "Static",
63       "dependencies": {
64         "YandexMobileMetrica": [
65           ">= 4.0.0",
66           "< 5.0.0"
67         ]
68       }
69     },
70     {
71       "name": "Dynamic",
72       "dependencies": {
73         "YandexMobileMetrica/Dynamic": [
74           ">= 4.0.0",
75           "< 5.0.0"
76         ]
77       }
78     }
79   ],
80   "swift_version": "5.7.0"