[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 4 / ChartboostCoreSDK / 0.3.0 / ChartboostCoreSDK.podspec.json
blobc6f4ceb4ba48d2fba4a6155b442b6fdb7fa93c4d
2   "name": "ChartboostCoreSDK",
3   "version": "0.3.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "homepage": "https://github.com/ChartBoost/chartboost-core-ios-sdk",
9   "authors": {
10     "Chartboost": "https://www.chartboost.com/"
11   },
12   "summary": "Chartboost Core iOS SDK.",
13   "description": "SDK that provides core functionalities to publishers and other modules.",
14   "documentation_url": "https://chartboost.github.io/chartboost-core-ios-sdk/docs/0.3.0",
15   "module_name": "ChartboostCoreSDK",
16   "source": {
17     "git": "https://github.com/ChartBoost/chartboost-core-ios-sdk.git",
18     "tag": "0.3.0"
19   },
20   "source_files": "Source/**/*.{swift}",
21   "static_framework": true,
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "11.0"
25   },
26   "ios": {
27     "frameworks": [
28       "AdSupport",
29       "AppTrackingTransparency",
30       "AVFoundation",
31       "CoreTelephony",
32       "Foundation",
33       "SystemConfiguration",
34       "UIKit",
35       "WebKit"
36     ]
37   },
38   "testspecs": [
39     {
40       "name": "Tests",
41       "test_type": "unit",
42       "source_files": "Tests/**/*.{swift,m}",
43       "scheme": {
44         "code_coverage": true
45       },
46       "platforms": {
47         "ios": "14.0"
48       }
49     }
50   ],
51   "swift_version": "5.0"