[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / e / 1 / YandexMobileMetrica / 1.0.0 / YandexMobileMetrica.podspec.json
blob444c56592997066b9e4ffd456eaff6d3b2463e93
2   "name": "YandexMobileMetrica",
3   "version": "1.0.0",
4   "summary": "This library is designed to be a part of mobile apps and provide app usage stats to Yandex.Metrica",
5   "homepage": "http://appmetrica.yandex.com/",
6   "license": {
7     "type": "PROPRIETARY",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Yury Vasileuski": "vasileuski@yandex-team.ru",
12     "Andrey Subbotin": "eploko@yandex-team.ru"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/yandexmobile/metrica-sdk-ios.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "YandexMobileMetrica/*.h",
22   "header_mappings_dir": "YandexMobileMetrica",
23   "public_header_files": "**/*.h",
24   "preserve_paths": [
25     "libProtocolBuffersTouch.a",
26     "libYandexMobileMetrica.a"
27   ],
28   "libraries": [
29     "ProtocolBuffersTouch",
30     "YandexMobileMetrica",
31     "z",
32     "sqlite3"
33   ],
34   "xcconfig": {
35     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/YandexMobileMetrica/\"",
36     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers\""
37   },
38   "dependencies": {
39     "KSCrash": [
41     ]
42   },
43   "frameworks": [
44     "UIKit",
45     "Foundation",
46     "CoreTelephony"
47   ],
48   "weak_frameworks": "AdSupport",
49   "requires_arc": true