[Add] AppMetricaEncodingUtils 5.4.0
[CocoaPods.git] / Specs / 5 / d / f / AppMetricaEncodingUtils / 5.4.0 / AppMetricaEncodingUtils.podspec.json
blobbfd9cd30b953b34822f5a925e6ed3f58aab7a9ed
2   "name": "AppMetricaEncodingUtils",
3   "version": "5.4.0",
4   "summary": "Provides a set of encoding and crypto utilities",
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.4.0"
16   },
17   "platforms": {
18     "ios": "11.0",
19     "tvos": "11.0"
20   },
21   "pod_target_xcconfig": {
22     "DEFINES_MODULE": "YES"
23   },
24   "frameworks": "Foundation",
25   "dependencies": {
26     "AppMetricaLog": [
27       "= 5.4.0"
28     ],
29     "AppMetricaPlatform": [
30       "= 5.4.0"
31     ],
32     "AppMetricaCoreUtils": [
33       "= 5.4.0"
34     ]
35   },
36   "header_dir": "AppMetricaEncodingUtils",
37   "source_files": "AppMetricaEncodingUtils/Sources/**/*.{h,m}",
38   "public_header_files": "AppMetricaEncodingUtils/Sources/include/**/*.h",
39   "resource_bundles": {
40     "AppMetricaEncodingUtils": "AppMetricaEncodingUtils/Sources/Resources/PrivacyInfo.xcprivacy"
41   }