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