[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / e / 7 / b / UnityAdsYandexMobileAdsAdapters / 4.1.0.0 / UnityAdsYandexMobileAdsAdapters.podspec.json
blob359767d6fa4ef8d8af9b13e2d07f5b1e7a560e12
2   "name": "UnityAdsYandexMobileAdsAdapters",
3   "version": "4.1.0.0",
4   "summary": "UnityAds adapters for Yandex Mobile Ads SDK",
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/UnityAdsYandexMobileAdsAdapters-4.1.0.0-ios-55663ea4-b099-473f-abdf-fb0393dc517f.zip",
15     "sha1": "4f7536e10ae9930c78ae428d6b5251cf782a0758"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Static",
22   "dependencies": {
23     "UnityAds": [
24       "~> 4.1.0"
25     ]
26   },
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-ObjC -all_load"
29   },
30   "pod_target_xcconfig": {
31     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
32     "VALID_ARCHS[sdk=iphonesimulator*]": "i386 x86_64 arm64"
33   },
34   "user_target_xcconfig": {
35     "OTHER_LDFLAGS": "-ObjC -all_load",
36     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
37     "VALID_ARCHS[sdk=iphonesimulator*]": "i386 x86_64 arm64"
38   },
39   "subspecs": [
40     {
41       "name": "Static",
42       "dependencies": {
43         "YandexMobileAds": [
44           "~> 5.0.0-alpha.2"
45         ]
46       },
47       "preserve_paths": [
48         "UnityAdsYandexMobileAdsAdapters.xcframework",
49         "CHANGELOG.md",
50         "README.md"
51       ],
52       "vendored_frameworks": "UnityAdsYandexMobileAdsAdapters.xcframework",
53       "source_files": "UnityAdsYandexMobileAdsAdapters.xcframework/**/*.h",
54       "public_header_files": "UnityAdsYandexMobileAdsAdapters.xcframework/**/*.h"
55     },
56     {
57       "name": "Dynamic",
58       "dependencies": {
59         "YandexMobileAds/Dynamic": [
60           "~> 5.0.0-alpha.2"
61         ]
62       },
63       "preserve_paths": [
64         "UnityAdsYandexMobileAdsAdapters.xcframework",
65         "CHANGELOG.md",
66         "README.md"
67       ],
68       "vendored_frameworks": "UnityAdsYandexMobileAdsAdapters.xcframework",
69       "source_files": "UnityAdsYandexMobileAdsAdapters.xcframework/**/*.h",
70       "public_header_files": "UnityAdsYandexMobileAdsAdapters.xcframework/**/*.h"
71     }
72   ]