[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 4 / e / 1 / YandexMobileMetrica / 3.1.2 / YandexMobileMetrica.podspec.json
blob0ab5712e4899e5f6d9ff835b151e4fc8e95e8b27
2   "name": "YandexMobileMetrica",
3   "version": "3.1.2",
4   "summary": "This library is designed to be a part of mobile apps and provide app usage stats to Yandex AppMetrica",
5   "homepage": "http://appmetrica.yandex.com/",
6   "license": {
7     "type": "PROPRIETARY",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Yandex LLC": "appmetrica@yandex-team.com"
12   },
13   "source": {
14     "http": "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.1.2-ios-0ed40305-b027-4c82-9401-865906c14d3f.zip",
15     "sha1": "9a0e9ae1b23f3f14723c7fc279a380ec1ce555a3"
16   },
17   "libraries": [
18     "c++",
19     "z",
20     "sqlite3"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreTelephony",
26     "CoreLocation",
27     "CoreGraphics",
28     "AdSupport"
29   ],
30   "requires_arc": true,
31   "default_subspecs": "Static",
32   "platforms": {
33     "ios": "8.0"
34   },
35   "subspecs": [
36     {
37       "name": "Static",
38       "preserve_paths": "static/YandexMobileMetrica.framework",
39       "source_files": "static/YandexMobileMetrica.framework/Versions/A/Headers/*.h",
40       "public_header_files": "static/YandexMobileMetrica.framework/Versions/A/Headers/*.h",
41       "vendored_frameworks": "static/YandexMobileMetrica.framework"
42     },
43     {
44       "name": "Dynamic",
45       "preserve_paths": "dynamic/YandexMobileMetrica.framework",
46       "source_files": "dynamic/YandexMobileMetrica.framework/Headers/*.h",
47       "public_header_files": "dynamic/YandexMobileMetrica.framework/Headers/*.h",
48       "vendored_frameworks": "dynamic/YandexMobileMetrica.framework"
49     }
50   ]