[Add] PlanktonAnalyticsCoreSDK 5.3.0
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 5.3.0 / YandexMobileAds.podspec.json
blob1bbb3f41d8e84adce444e67ea8f46df3451e6047
2   "name": "YandexMobileAds",
3   "version": "5.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/205984/YandexMobileAds-5.3.0-ios-4d8e0253-6c04-4003-bccd-d2914835435f.zip",
15     "sha1": "6436a8a123fcd6958933ab0b5facf5a60885ade4"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation",
20     "CoreTelephony",
21     "CoreLocation",
22     "CoreGraphics",
23     "AdSupport",
24     "StoreKit",
25     "SystemConfiguration",
26     "QuartzCore",
27     "AVFoundation",
28     "CoreImage",
29     "CoreMedia"
30   ],
31   "weak_frameworks": "WebKit",
32   "platforms": {
33     "ios": "12.0"
34   },
35   "default_subspecs": "Static",
36   "preserve_paths": "static/YandexMobileAds.xcframework",
37   "source_files": "static/YandexMobileAds.xcframework/**/*.h",
38   "public_header_files": "static/YandexMobileAds.xcframework/**/*.h",
39   "vendored_frameworks": "static/YandexMobileAds.xcframework",
40   "resources": "static/YandexMobileAds.xcframework/YandexMobileAdsBundle.bundle",
41   "requires_arc": true,
42   "xcconfig": {
43     "OTHER_LDFLAGS": "-ObjC",
44     "GENERATE_INFOPLIST_FILE": "YES"
45   },
46   "pod_target_xcconfig": {
47     "VALID_ARCHS[sdk=iphoneos*]": "arm64",
48     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
49   },
50   "subspecs": [
51     {
52       "name": "Static",
53       "dependencies": {
54         "YandexMobileMetrica": [
55           ">= 4.0.0",
56           "< 5.0.0"
57         ],
58         "DivKit": [
59           "~> 13.0"
60         ]
61       }
62     },
63     {
64       "name": "Dynamic",
65       "dependencies": {
66         "YandexMobileMetrica/Dynamic": [
67           ">= 4.0.0",
68           "< 5.0.0"
69         ],
70         "DivKit": [
71           "~> 13.0"
72         ]
73       }
74     }
75   ]