[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 2 / d / CriteoPublisherSdk / 6.1.1 / CriteoPublisherSdk.podspec.json
blob7114d7f9428391ad22ad959a5d3f93fea4f5762d
2   "name": "CriteoPublisherSdk",
3   "version": "6.1.1",
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": "12.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": "6.1.1"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Sdk",
26   "dependencies": {
27     "CriteoMRAID": [
28       "~> 1.0.1"
29     ]
30   },
31   "resource_bundles": {
32     "CriteoPublisherSDK": [
33       "CriteoPublisherSDK/Sources/PrivacyInfo.xcprivacy"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Sdk",
39       "source_files": "CriteoPublisherSdk/Sources/**/*.{h,m,swift}",
40       "public_header_files": "CriteoPublisherSdk/Sources/Public/*.h",
41       "weak_frameworks": "WebKit"
42     },
43     {
44       "name": "GoogleAdapter",
45       "source_files": "CriteoGoogleAdapter/Sources/**/*.{h,m}",
46       "dependencies": {
47         "CriteoPublisherSdk/Sdk": [
49         ],
50         "Google-Mobile-Ads-SDK": [
51           "~> 10.1.0"
52         ]
53       },
54       "pod_target_xcconfig": {
55         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s i386",
56         "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
57       },
58       "user_target_xcconfig": {
59         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s i386",
60         "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
61       }
62     }
63   ],
64   "swift_version": "5.0"