[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 5.5.0 / YandexMobileAds.podspec.json
blobf271f566a363089a4718a67e40749c5b6560a04e
2   "name": "YandexMobileAds",
3   "version": "5.5.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/205984/YandexMobileAds-a848cd71-27a2-4ad8-8ad0-4edc38499444.zip",
15     "sha1": "70d71e53c03c3a1e36a38698aa846abea3b47335"
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     "Network"
40   ],
41   "weak_frameworks": "WebKit",
42   "xcconfig": {
43     "GENERATE_INFOPLIST_FILE": "YES",
44     "OTHER_LDFLAGS": "-ObjC"
45   },
46   "pod_target_xcconfig": {
47     "VALID_ARCHS[sdk=iphoneos*]": "arm64",
48     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
49   },
50   "source_files": "static/YandexMobileAds.xcframework/**/*.h",
51   "public_header_files": "static/YandexMobileAds.xcframework/**/*.h",
52   "vendored_frameworks": "static/YandexMobileAds.xcframework",
53   "resources": "static/YandexMobileAds.xcframework/YandexMobileAdsBundle.bundle",
54   "preserve_paths": [
55     "static/YandexMobileAds.xcframework",
56     "README.md",
57     "LICENSE.txt",
58     "CHANGELOG.md"
59   ],
60   "default_subspecs": "Static",
61   "subspecs": [
62     {
63       "name": "Static",
64       "dependencies": {
65         "YandexMobileMetrica": [
66           ">= 4.0.0",
67           "< 5.0.0"
68         ]
69       }
70     },
71     {
72       "name": "Dynamic",
73       "dependencies": {
74         "YandexMobileMetrica/Dynamic": [
75           ">= 4.0.0",
76           "< 5.0.0"
77         ]
78       }
79     }
80   ],
81   "swift_version": "5.7.0"