[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / c / 0 / 4 / ChartboostCoreSDK / 0.1.0 / ChartboostCoreSDK.podspec.json
blob4682877d78b12212d44c0327bff4a1270b2f9476
2   "name": "ChartboostCoreSDK",
3   "version": "0.1.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   "module_name": "ChartboostCoreSDK",
15   "source": {
16     "git": "https://github.com/ChartBoost/chartboost-core-ios-sdk.git",
17     "tag": "0.1.0"
18   },
19   "source_files": "Source/**/*.{swift}",
20   "static_framework": true,
21   "swift_versions": "5.0",
22   "platforms": {
23     "ios": "11.0"
24   },
25   "ios": {
26     "frameworks": [
27       "AdSupport",
28       "AppTrackingTransparency",
29       "AVFoundation",
30       "CoreTelephony",
31       "Foundation",
32       "SystemConfiguration",
33       "UIKit",
34       "WebKit"
35     ]
36   },
37   "testspecs": [
38     {
39       "name": "Tests",
40       "test_type": "unit",
41       "source_files": "Tests/**/*.{swift,m}",
42       "scheme": {
43         "code_coverage": true
44       },
45       "platforms": {
46         "ios": "14.0"
47       }
48     }
49   ],
50   "swift_version": "5.0"