[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 2 / d / CriteoPublisherSdk / 4.0.0-alpha2 / CriteoPublisherSdk.podspec.json
blob4383240e4dff9b1ffbf47c2489f15bb1881e7d8b
2   "name": "CriteoPublisherSdk",
3   "version": "4.0.0-alpha2",
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.0.0-alpha2"
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.0"
42         ]
43       },
44       "pod_target_xcconfig": {
45         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
46       },
47       "user_target_xcconfig": {
48         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49       }
50     },
51     {
52       "name": "MoPubAdapter",
53       "source_files": "CriteoMoPubAdapter/Sources/**/*.{h,m}",
54       "exclude_files": "CriteoMoPubAdapter/Sources/CriteoMoPubAdapterTestApp",
55       "dependencies": {
56         "CriteoPublisherSdk/Sdk": [
58         ],
59         "mopub-ios-sdk/Core": [
60           "~> 5.13"
61         ]
62       },
63       "platforms": {
64         "ios": "10.0"
65       }
66     }
67   ],
68   "swift_version": "5.0"