[Add] PlanktonAnalyticsCoreSDK 5.3.0
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 5.2.1 / YandexMobileAds.podspec.json
blobe5e1cd531438a68373c91d1706c2633425a6249d
2   "name": "YandexMobileAds",
3   "version": "5.2.1",
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/212922/YandexMobileAds-5.2.1-ios-546eb7f8-5202-4b79-8813-5fbabc0f0565.zip",
15     "sha1": "9e3c360e013f2b235c321fab71f8b944038a21bc"
16   },
17   "libraries": "xml2",
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "CoreTelephony",
22     "CoreLocation",
23     "CoreGraphics",
24     "AdSupport",
25     "StoreKit",
26     "SystemConfiguration",
27     "QuartzCore",
28     "AVFoundation",
29     "CoreImage",
30     "CoreMedia"
31   ],
32   "weak_frameworks": "WebKit",
33   "platforms": {
34     "ios": "10.0"
35   },
36   "default_subspecs": "Static",
37   "preserve_paths": "static/YandexMobileAds.xcframework",
38   "source_files": "static/YandexMobileAds.xcframework/**/*.h",
39   "public_header_files": "static/YandexMobileAds.xcframework/**/*.h",
40   "vendored_frameworks": "static/YandexMobileAds.xcframework",
41   "resources": "static/YandexMobileAds.xcframework/YandexMobileAdsBundle.bundle",
42   "requires_arc": true,
43   "xcconfig": {
44     "OTHER_LDFLAGS": "-ObjC"
45   },
46   "pod_target_xcconfig": {
47     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
48     "VALID_ARCHS[sdk=iphonesimulator*]": "i386 x86_64 arm64"
49   },
50   "subspecs": [
51     {
52       "name": "Static",
53       "dependencies": {
54         "YandexMobileMetrica": [
55           ">= 4.0.0",
56           "< 5.0.0"
57         ]
58       }
59     },
60     {
61       "name": "Dynamic",
62       "dependencies": {
63         "YandexMobileMetrica/Dynamic": [
64           ">= 4.0.0",
65           "< 5.0.0"
66         ]
67       }
68     }
69   ]