[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 5.9.0 / YandexMobileAds.podspec.json
blob9933ac1ec6b4a7c17bfc1fe8aac4d0f2771720cf
2   "name": "YandexMobileAds",
3   "version": "5.9.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/5.9.0/cocoapods/1d9eac9b-5290-4305-8e30-4a42185a4035.zip",
15     "sha256": "b4d784c320f27c59875cd4b72ba9bfe5af77106869e6a5b42e21305c24dc5b9c"
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       "~> 24.2"
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     "OTHER_LDFLAGS": "-ObjC",
44     "GENERATE_INFOPLIST_FILE": "YES"
45   },
46   "pod_target_xcconfig": {
47     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64",
48     "VALID_ARCHS[sdk=iphoneos*]": "arm64"
49   },
50   "source_files": "YandexMobileAds.xcframework/**/*.h",
51   "public_header_files": "YandexMobileAds.xcframework/**/*.h",
52   "vendored_frameworks": "YandexMobileAds.xcframework",
53   "resources": "YandexMobileAds.xcframework/YandexMobileAdsBundle.bundle",
54   "preserve_paths": [
55     "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"