[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / e / 1 / YandexMobileMetrica / 2.8.3 / YandexMobileMetrica.podspec.json
blob26edbfb2f02b4f053b6495804af3ff283e33d64b
2   "name": "YandexMobileMetrica",
3   "version": "2.8.3",
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.txt"
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-2.8.3-ios-1a1760d0-385c-4f21-a1c5-802d63ee340f.zip",
15     "sha1": "c1d81d2c9059fb505c519a9ccd001c3c8d7c13d7"
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": "6.0"
34   },
35   "subspecs": [
36     {
37       "name": "Static",
38       "platforms": {
39         "ios": "6.0"
40       },
41       "preserve_paths": "static/YandexMobileMetrica.framework",
42       "source_files": "static/YandexMobileMetrica.framework/Versions/A/Headers/*.h",
43       "public_header_files": "static/YandexMobileMetrica.framework/Versions/A/Headers/*.h",
44       "vendored_frameworks": "static/YandexMobileMetrica.framework"
45     },
46     {
47       "name": "Dynamic",
48       "platforms": {
49         "ios": "8.0"
50       },
51       "preserve_paths": "dynamic/YandexMobileMetrica.framework",
52       "source_files": "dynamic/YandexMobileMetrica.framework/Headers/*.h",
53       "public_header_files": "dynamic/YandexMobileMetrica.framework/Headers/*.h",
54       "vendored_frameworks": "dynamic/YandexMobileMetrica.framework"
55     }
56   ]