[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 5.0.0-alpha.2 / YandexMobileAds.podspec.json
blob6993a4e9ddf1fbdfbaa251ebe03f779978d96ff9
2   "name": "YandexMobileAds",
3   "version": "5.0.0-alpha.2",
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/2799512/YandexMobileAds-5.0.0-ios-9fa7556d-4a9f-4bde-8d21-43c796a3d8ea.zip",
15     "sha1": "613d75b845e9ae36c483477be3733db8e07c927c"
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 -all_load"
45   },
46   "pod_target_xcconfig": {
47     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
48     "VALID_ARCHS[sdk=iphonesimulator*]": "i386 x86_64 arm64"
49   },
50   "user_target_xcconfig": {
51     "OTHER_LDFLAGS": "-ObjC -all_load",
52     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
53     "VALID_ARCHS[sdk=iphonesimulator*]": "i386 x86_64 arm64"
54   },
55   "subspecs": [
56     {
57       "name": "Static",
58       "dependencies": {
59         "YandexMobileMetrica": [
60           ">= 4.0.0",
61           "< 5.0.0"
62         ]
63       }
64     },
65     {
66       "name": "Dynamic",
67       "dependencies": {
68         "YandexMobileMetrica/Dynamic": [
69           ">= 4.0.0",
70           "< 5.0.0"
71         ]
72       }
73     }
74   ]