[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 2 / d / CriteoPublisherSdk / 4.1.0 / CriteoPublisherSdk.podspec.json
blobd4d356948da9b052f121ac429e4250102eaa2fe8
2   "name": "CriteoPublisherSdk",
3   "version": "4.1.0",
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.1.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Sdk",
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
28     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
32     "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
33   },
34   "subspecs": [
35     {
36       "name": "Sdk",
37       "source_files": "CriteoPublisherSdk/Sources/**/*.{h,m,swift}",
38       "public_header_files": "CriteoPublisherSdk/Sources/Public/*.h",
39       "weak_frameworks": "WebKit"
40     },
41     {
42       "name": "GoogleAdapter",
43       "source_files": "CriteoGoogleAdapter/Sources/**/*.{h,m}",
44       "dependencies": {
45         "CriteoPublisherSdk/Sdk": [
47         ],
48         "Google-Mobile-Ads-SDK": [
49           "~> 7.49"
50         ]
51       }
52     },
53     {
54       "name": "MoPubAdapter",
55       "source_files": "CriteoMoPubAdapter/Sources/**/*.{h,m}",
56       "exclude_files": "CriteoMoPubAdapter/Sources/CriteoMoPubAdapterTestApp",
57       "dependencies": {
58         "CriteoPublisherSdk/Sdk": [
60         ],
61         "mopub-ios-sdk/Core": [
62           "~> 5.13"
63         ]
64       },
65       "platforms": {
66         "ios": "10.0"
67       }
68     }
69   ],
70   "swift_version": "5.0"