[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 2 / d / CriteoPublisherSdk / 4.3.2 / CriteoPublisherSdk.podspec.json
blob38560eaa6570e9acbf9b1fe3ad8bcfc3ba43e0ef
2   "name": "CriteoPublisherSdk",
3   "version": "4.3.2",
4   "summary": "Criteo Publisher SDK for iOS",
5   "description": "Criteo Publisher SDK maximizes revenue by directly connecting your premium\ninventory to our premium demand. That means you retain the full value of\nevery impression we buy.",
6   "homepage": "https://github.com/criteo/ios-publisher-sdk/",
7   "documentation_url": "https://publisherdocs.criteotilt.com/app/ios/get-started/",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Criteo": "opensource@criteo.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_versions": "5.0",
19   "static_framework": true,
20   "source": {
21     "git": "https://github.com/criteo/ios-publisher-sdk.git",
22     "tag": "4.3.2"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Sdk",
26   "subspecs": [
27     {
28       "name": "Sdk",
29       "source_files": "CriteoPublisherSdk/Sources/**/*.{h,m,swift}",
30       "public_header_files": "CriteoPublisherSdk/Sources/Public/*.h",
31       "weak_frameworks": "WebKit"
32     },
33     {
34       "name": "GoogleAdapter",
35       "source_files": "CriteoGoogleAdapter/Sources/**/*.{h,m}",
36       "dependencies": {
37         "CriteoPublisherSdk/Sdk": [
39         ],
40         "Google-Mobile-Ads-SDK": [
41           ">= 7.49",
42           "<9"
43         ]
44       },
45       "pod_target_xcconfig": {
46         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s i386",
47         "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
48       },
49       "user_target_xcconfig": {
50         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s i386",
51         "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
52       }
53     },
54     {
55       "name": "MoPubAdapter",
56       "source_files": "CriteoMoPubAdapter/Sources/**/*.{h,m}",
57       "exclude_files": "CriteoMoPubAdapter/Sources/CriteoMoPubAdapterTestApp",
58       "dependencies": {
59         "CriteoPublisherSdk/Sdk": [
61         ],
62         "mopub-ios-sdk": [
63           "~> 5.13"
64         ]
65       },
66       "platforms": {
67         "ios": "10.0"
68       },
69       "pod_target_xcconfig": {
70         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
71         "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
72       },
73       "user_target_xcconfig": {
74         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
75         "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
76       }
77     }
78   ],
79   "swift_version": "5.0"