[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / 1 / 3 / VGSLBase / 5.0.1 / VGSLBase.podspec.json
blobf306cf6aa81770d2275d8c000465a21d234d32e1
2   "name": "VGSLBase",
3   "module_name": "BasePublic",
4   "version": "5.0.1",
5   "summary": "A useful set of basic components for an iOS app",
6   "description": "A useful set of basic components for an iOS app",
7   "homepage": "https://github.com/yandex/vgsl",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "vgsl": "vgsl@yandex-team.ru"
14   },
15   "source": {
16     "git": "https://github.com/yandex/vgsl.git",
17     "tag": "5.0.1"
18   },
19   "swift_versions": "5.9",
20   "requires_arc": true,
21   "prefix_header_file": false,
22   "platforms": {
23     "ios": "9.0",
24     "tvos": "9.0"
25   },
26   "dependencies": {
27     "VGSLBaseTiny": [
28       "5.0.1"
29     ],
30     "VGSLBaseUI": [
31       "5.0.1"
32     ],
33     "VGSL_Fundamentals": [
34       "5.0.1"
35     ]
36   },
37   "source_files": [
38     "BasePublic/**/*"
39   ],
40   "resource_bundles": {
41     "BasePublicPrivacyInfo": [
42       "BasePublic/PrivacyInfo.xcprivacy"
43     ]
44   },
45   "swift_version": "5.9"