[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / 2 / 5 / 4 / ChartboostMediationSDK / 5.0.0 / ChartboostMediationSDK.podspec.json
blob1ac845165fda8f6d179dba52b8b963dbf774b856
2   "name": "ChartboostMediationSDK",
3   "version": "5.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "homepage": "https://github.com/ChartBoost/chartboost-mediation-ios-sdk",
9   "authors": {
10     "Chartboost": "https://www.chartboost.com/"
11   },
12   "summary": "Chartboost Mediation iOS SDK.",
13   "description": "A programmatic ad monetization platform for mobile games and apps.",
14   "documentation_url": "https://developers.chartboost.com",
15   "module_name": "ChartboostMediationSDK",
16   "source": {
17     "git": "https://github.com/ChartBoost/chartboost-mediation-ios-sdk.git",
18     "tag": "5.0.0"
19   },
20   "source_files": "Source/**/*.{swift,md}",
21   "resource_bundles": {
22     "ChartboostMediationSDK": [
23       "PrivacyInfo.xcprivacy"
24     ]
25   },
26   "static_framework": true,
27   "swift_versions": "5.0",
28   "platforms": {
29     "ios": "13.0"
30   },
31   "ios": {
32     "frameworks": [
33       "AVFoundation",
34       "CoreGraphics",
35       "StoreKit",
36       "Foundation",
37       "UIKit",
38       "WebKit",
39       "CoreTelephony",
40       "AdSupport"
41     ]
42   },
43   "dependencies": {
44     "ChartboostCoreSDK": [
45       "~> 1.0"
46     ]
47   },
48   "testspecs": [
49     {
50       "name": "Tests",
51       "test_type": "unit",
52       "source_files": "Tests/**/*.{swift,h,m}",
53       "resources": "Tests/Resources/**/*",
54       "scheme": {
55         "code_coverage": true
56       },
57       "platforms": {
58         "ios": "14.0"
59       },
60       "info_plist": {
61         "SKAdNetworkItems": [
62           {
63             "SKAdNetworkIdentifier": "test-0.skadnetwork"
64           },
65           {
66             "SKAdNetworkIdentifier": "test-1.skadnetwork"
67           },
68           {
69             "SKAdNetworkIdentifier": "test-2.skadnetwork"
70           }
71         ]
72       }
73     }
74   ],
75   "swift_version": "5.0"