[Add] AppMetricaPushLazy 2.0.0
[CocoaPods.git] / Specs / 1 / e / 7 / AppMetricaPushLazy / 2.0.0 / AppMetricaPushLazy.podspec.json
blob46f4473814f1527481afd5e89510eb5a3d2002d4
2   "name": "AppMetricaPushLazy",
3   "version": "2.0.0",
4   "summary": "AppMetrica Push Lazy Notifications SDK",
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/push-sdk-ios.git",
15     "tag": "2.0.0"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "pod_target_xcconfig": {
21     "DEFINES_MODULE": "YES"
22   },
23   "header_dir": "AppMetricaPushLazy",
24   "source_files": [
25     "AppMetricaPushLazy/Sources/**/*.{h,m,c}"
26   ],
27   "public_header_files": "AppMetricaPushLazy/Sources/include/**/*.h",
28   "resource_bundles": {
29     "AppMetricaPushLazy": "AppMetricaPushLazy/Sources/Resources/PrivacyInfo.xcprivacy"
30   },
31   "dependencies": {
32     "AppMetricaPush": [
33       "= 2.0.0"
34     ]
35   },
36   "frameworks": [
37     "UIKit",
38     "Foundation",
39     "CoreLocation",
40     "UserNotifications"
41   ]