Skip to content

Commit 9536526

Browse files
vgslCocoaPodsBot
authored andcommitted
[Add] VGSL 7.15.1
1 parent fcc5a22 commit 9536526

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "VGSL",
3+
"module_name": "VGSL",
4+
"version": "7.15.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+
14+
},
15+
"source": {
16+
"git": "https://github.com/yandex/vgsl.git",
17+
"tag": "7.15.1"
18+
},
19+
"swift_versions": "5.9",
20+
"requires_arc": true,
21+
"prefix_header_file": false,
22+
"platforms": {
23+
"ios": "13.0",
24+
"tvos": "13.0"
25+
},
26+
"pod_target_xcconfig": {
27+
"OTHER_SWIFT_FLAGS": "-enable-experimental-feature AccessLevelOnImport",
28+
"BUILD_LIBRARY_FOR_DISTRIBUTION": "NO"
29+
},
30+
"dependencies": {
31+
"VGSLFundamentals": [
32+
"7.15.1"
33+
],
34+
"VGSLUI": [
35+
"7.15.1"
36+
],
37+
"VGSLNetworking": [
38+
"7.15.1"
39+
]
40+
},
41+
"source_files": [
42+
"VGSL/**/*"
43+
],
44+
"swift_version": "5.9"
45+
}

0 commit comments

Comments
 (0)