[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 2 / d / CriteoPublisherSdk / 4.7.0 / CriteoPublisherSdk.podspec.json
blob2b62ce0cddc1632de911acc13edcd018dfa096a1
2   "name": "CriteoPublisherSdk",
3   "version": "4.7.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": "11.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.7.0"
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           "~> 9.0"
42         ]
43       },
44       "pod_target_xcconfig": {
45         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s i386",
46         "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
47       },
48       "user_target_xcconfig": {
49         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s i386",
50         "EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
51       }
52     }
53   ],
54   "swift_version": "5.0"