[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / a / c / 5 / YandexMobileAds / 5.2.0 / YandexMobileAds.podspec.json
blobe8e4fedda318c4ac7f9404d6ff122ebee2615db6
2   "name": "YandexMobileAds",
3   "version": "5.2.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/223308/YandexMobileAds-5.2.0-ios-69eacc49-4277-4b9d-a6c2-c85ff9d9979a.zip",
15     "sha1": "25467c86df2170ef9b1a7f8142aff636421c78e3"
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   ]