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