[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / 2 / AmazonPublisherServicesMoPubAdapter / 1.2.0 / AmazonPublisherServicesMoPubAdapter.podspec.json
blobea47835e732b08942a1b577adb0cf3d778aa8c88
2   "name": "AmazonPublisherServicesMoPubAdapter",
3   "version": "1.2.0",
4   "summary": "MoPub adapter to integrate with Amazon Publisher Services (APS)",
5   "description": "It enables the mobile publishers that are using MoPub mediation, to receive the ads via Amazon Publisher Services SDK",
6   "homepage": "https://aps.amazon.com/aps/solutions-for-mobile-app-developers/",
7   "license": {
8     "type": "Custom",
9     "file": "APS_iOS_SDK-3.4.0/LICENSE.txt"
10   },
11   "authors": {
12     "Amazon Publisher Services": "aps-github@amazon.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "preserve_paths": "APS_iOS_SDK-3.4.0/*.{txt,md}",
18   "source": {
19     "http": "https://mdtb-sdk-packages.s3-us-west-2.amazonaws.com/iOS_APS_SDK/APS_iOS_SDK-3.4.0.zip"
20   },
21   "frameworks": [
22     "CoreLocation",
23     "SystemConfiguration",
24     "CoreTelephony",
25     "MediaPlayer",
26     "EventKit",
27     "EventKitUI",
28     "StoreKit",
29     "QuartzCore"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "AmazonPublisherServicesSDK": [
34       ">= 3.4.0"
35     ],
36     "mopub-ios-sdk": [
37       ">= 5.14"
38     ]
39   },
40   "vendored_frameworks": "APS_iOS_SDK-3.4.0/APSMopubAdapter.framework",
41   "pod_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
43     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
44   },
45   "user_target_xcconfig": {
46     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
47     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
48   }