[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / c / 0 / VGSL / 6.6.2 / VGSL.podspec.json
blob9eb534e8f9e8af2761cfdbea1a9ccaa387047581
2   "name": "VGSL",
3   "module_name": "VGSL",
4   "version": "6.6.2",
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": "6.6.2"
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   "pod_target_xcconfig": {
27     "OTHER_SWIFT_FLAGS": "-enable-experimental-feature AccessLevelOnImport"
28   },
29   "dependencies": {
30     "VGSLFundamentals": [
31       "6.6.2"
32     ],
33     "VGSLUI": [
34       "6.6.2"
35     ],
36     "VGSLNetworking": [
37       "6.6.2"
38     ]
39   },
40   "source_files": [
41     "VGSL/**/*"
42   ],
43   "swift_version": "5.9"