[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / f / 8 / 9 / AppMetricaWebKit / 5.8.1 / AppMetricaWebKit.podspec.json
blob34dcd9d7fc349ffbe7d8dab856f2cb8a369d6b99
2   "name": "AppMetricaWebKit",
3   "version": "5.8.1",
4   "summary": "Enriches web analytics by providing a robust interface for capturing and reporting JavaScript events directly to AppMetrica.",
5   "homepage": "https://appmetrica.io",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "AppMetrica": "admin@appmetrica.io"
12   },
13   "source": {
14     "git": "https://github.com/appmetrica/appmetrica-sdk-ios.git",
15     "tag": "5.8.1"
16   },
17   "platforms": {
18     "ios": "12.0",
19     "tvos": "12.0"
20   },
21   "pod_target_xcconfig": {
22     "DEFINES_MODULE": "YES"
23   },
24   "frameworks": "Foundation",
25   "dependencies": {
26     "AppMetricaCore": [
27       "= 5.8.1"
28     ],
29     "AppMetricaCoreUtils": [
30       "= 5.8.1"
31     ],
32     "AppMetricaLog": [
33       "= 5.8.1"
34     ]
35   },
36   "header_dir": "AppMetricaWebKit",
37   "source_files": "AppMetricaWebKit/Sources/**/*.{h,m}",
38   "public_header_files": "AppMetricaWebKit/Sources/include/**/*.h",
39   "resource_bundles": {
40     "AppMetricaWebKit": "AppMetricaWebKit/Sources/Resources/PrivacyInfo.xcprivacy"
41   }