[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / c / 0 / 4 / ChartboostCoreSDK / 1.0.0 / ChartboostCoreSDK.podspec.json
blob46f654eef8bbadbb7a3c1fe958c1f156d8e58607
2   "name": "ChartboostCoreSDK",
3   "version": "1.0.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://reference.chartboost.com/core/ios/1.0.0",
15   "module_name": "ChartboostCoreSDK",
16   "source": {
17     "git": "https://github.com/ChartBoost/chartboost-core-ios-sdk.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "Source/**/*.{swift}",
21   "resource_bundles": {
22     "ChartboostCoreSDK": [
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       "AdSupport",
34       "AppTrackingTransparency",
35       "AVFoundation",
36       "CoreTelephony",
37       "Foundation",
38       "SystemConfiguration",
39       "UIKit",
40       "WebKit"
41     ]
42   },
43   "testspecs": [
44     {
45       "name": "Tests",
46       "test_type": "unit",
47       "source_files": "Tests/**/*.{swift,m}",
48       "scheme": {
49         "code_coverage": true
50       },
51       "platforms": {
52         "ios": "14.0"
53       }
54     }
55   ],
56   "swift_version": "5.0"