Skip to content

Commit

Permalink
Release VGSL 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmt021 committed Nov 3, 2023
1 parent 9ffff76 commit cc90495
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,16 +259,21 @@
"Specs/VGSLBase/2.2.0/VGSLBase.podspec":"mobile/vgsl/public/Specs/VGSLBase/2.2.0/VGSLBase.podspec",
"Specs/VGSLBase/2.3.0/VGSLBase.podspec":"mobile/vgsl/public/Specs/VGSLBase/2.3.0/VGSLBase.podspec",
"Specs/VGSLBase/2.3.1/VGSLBase.podspec":"mobile/vgsl/public/Specs/VGSLBase/2.3.1/VGSLBase.podspec",
"Specs/VGSLBase/2.3.2/VGSLBase.podspec":"mobile/vgsl/public/Specs/VGSLBase/2.3.2/VGSLBase.podspec",
"Specs/VGSLBaseTiny/2.2.0/VGSLBaseTiny.podspec":"mobile/vgsl/public/Specs/VGSLBaseTiny/2.2.0/VGSLBaseTiny.podspec",
"Specs/VGSLBaseTiny/2.3.0/VGSLBaseTiny.podspec":"mobile/vgsl/public/Specs/VGSLBaseTiny/2.3.0/VGSLBaseTiny.podspec",
"Specs/VGSLBaseTiny/2.3.1/VGSLBaseTiny.podspec":"mobile/vgsl/public/Specs/VGSLBaseTiny/2.3.1/VGSLBaseTiny.podspec",
"Specs/VGSLBaseTiny/2.3.2/VGSLBaseTiny.podspec":"mobile/vgsl/public/Specs/VGSLBaseTiny/2.3.2/VGSLBaseTiny.podspec",
"Specs/VGSLBaseUI/2.2.0/VGSLBaseUI.podspec":"mobile/vgsl/public/Specs/VGSLBaseUI/2.2.0/VGSLBaseUI.podspec",
"Specs/VGSLBaseUI/2.3.0/VGSLBaseUI.podspec":"mobile/vgsl/public/Specs/VGSLBaseUI/2.3.0/VGSLBaseUI.podspec",
"Specs/VGSLBaseUI/2.3.1/VGSLBaseUI.podspec":"mobile/vgsl/public/Specs/VGSLBaseUI/2.3.1/VGSLBaseUI.podspec",
"Specs/VGSLBaseUI/2.3.2/VGSLBaseUI.podspec":"mobile/vgsl/public/Specs/VGSLBaseUI/2.3.2/VGSLBaseUI.podspec",
"Specs/VGSLCommonCore/2.2.0/VGSLCommonCore.podspec":"mobile/vgsl/public/Specs/VGSLCommonCore/2.2.0/VGSLCommonCore.podspec",
"Specs/VGSLCommonCore/2.3.0/VGSLCommonCore.podspec":"mobile/vgsl/public/Specs/VGSLCommonCore/2.3.0/VGSLCommonCore.podspec",
"Specs/VGSLCommonCore/2.3.1/VGSLCommonCore.podspec":"mobile/vgsl/public/Specs/VGSLCommonCore/2.3.1/VGSLCommonCore.podspec",
"Specs/VGSLCommonCore/2.3.2/VGSLCommonCore.podspec":"mobile/vgsl/public/Specs/VGSLCommonCore/2.3.2/VGSLCommonCore.podspec",
"Specs/VGSLNetworking/2.2.0/VGSLNetworking.podspec":"mobile/vgsl/public/Specs/VGSLNetworking/2.2.0/VGSLNetworking.podspec",
"Specs/VGSLNetworking/2.3.0/VGSLNetworking.podspec":"mobile/vgsl/public/Specs/VGSLNetworking/2.3.0/VGSLNetworking.podspec",
"Specs/VGSLNetworking/2.3.1/VGSLNetworking.podspec":"mobile/vgsl/public/Specs/VGSLNetworking/2.3.1/VGSLNetworking.podspec"
"Specs/VGSLNetworking/2.3.1/VGSLNetworking.podspec":"mobile/vgsl/public/Specs/VGSLNetworking/2.3.1/VGSLNetworking.podspec",
"Specs/VGSLNetworking/2.3.2/VGSLNetworking.podspec":"mobile/vgsl/public/Specs/VGSLNetworking/2.3.2/VGSLNetworking.podspec"
}
24 changes: 24 additions & 0 deletions Specs/VGSLBase/2.3.2/VGSLBase.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = 'VGSLBase'
s.module_name = 'BasePublic'
s.version = '2.3.2'
s.summary = 'A useful set of basic components for an iOS app'
s.description = 'A useful set of basic components for an iOS app'
s.homepage = 'https://github.com/yandex/vgsl'

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'vgsl' => '[email protected]' }
s.source = { :git => 'https://github.com/yandex/vgsl.git', :tag => s.version.to_s }

s.swift_version = '5'
s.requires_arc = true
s.prefix_header_file = false
s.platforms = { :ios => '11.0', :tvos => '11.0' }

s.dependency 'VGSLBaseTiny', s.version.to_s
s.dependency 'VGSLBaseUI', s.version.to_s

s.source_files = [
'BasePublic/**/*'
]
end
21 changes: 21 additions & 0 deletions Specs/VGSLBaseTiny/2.3.2/VGSLBaseTiny.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'VGSLBaseTiny'
s.module_name = 'BaseTinyPublic'
s.version = '2.3.2'
s.summary = 'A useful set of basic components for an iOS app'
s.description = 'A useful set of basic components for an iOS app'
s.homepage = 'https://github.com/yandex/vgsl'

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'vgsl' => '[email protected]' }
s.source = { :git => 'https://github.com/yandex/vgsl.git', :tag => s.version.to_s }

s.swift_version = '5'
s.requires_arc = true
s.prefix_header_file = false
s.platforms = { :ios => '11.0', :tvos => '11.0' }

s.source_files = [
'BaseTinyPublic/**/*'
]
end
23 changes: 23 additions & 0 deletions Specs/VGSLBaseUI/2.3.2/VGSLBaseUI.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'VGSLBaseUI'
s.module_name = 'BaseUIPublic'
s.version = '2.3.2'
s.summary = 'A useful set of basic components for an iOS app'
s.description = 'A useful set of basic components for an iOS app'
s.homepage = 'https://github.com/yandex/vgsl'

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'vgsl' => '[email protected]' }
s.source = { :git => 'https://github.com/yandex/vgsl.git', :tag => s.version.to_s }

s.swift_version = '5'
s.requires_arc = true
s.prefix_header_file = false
s.platforms = { :ios => '11.0', :tvos => '11.0' }

s.dependency 'VGSLBaseTiny', s.version.to_s

s.source_files = [
'BaseUIPublic/**/*'
]
end
23 changes: 23 additions & 0 deletions Specs/VGSLCommonCore/2.3.2/VGSLCommonCore.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'VGSLCommonCore'
s.module_name = 'CommonCorePublic'
s.version = '2.3.2'
s.summary = 'A useful set of basic components for an iOS app'
s.description = 'A useful set of basic components for an iOS app'
s.homepage = 'https://github.com/yandex/vgsl'

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'vgsl' => '[email protected]' }
s.source = { :git => 'https://github.com/yandex/vgsl.git', :tag => s.version.to_s }

s.swift_version = '5'
s.requires_arc = true
s.prefix_header_file = false
s.platforms = { :ios => '11.0', :tvos => '11.0' }

s.dependency 'VGSLBase', s.version.to_s

s.source_files = [
'CommonCorePublic/**/*'
]
end
23 changes: 23 additions & 0 deletions Specs/VGSLNetworking/2.3.2/VGSLNetworking.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'VGSLNetworking'
s.module_name = 'NetworkingPublic'
s.version = '2.3.2'
s.summary = 'A useful set of basic components for an iOS app'
s.description = 'A useful set of basic components for an iOS app'
s.homepage = 'https://github.com/yandex/vgsl'

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'vgsl' => '[email protected]' }
s.source = { :git => 'https://github.com/yandex/vgsl.git', :tag => s.version.to_s }

s.swift_version = '5'
s.requires_arc = true
s.prefix_header_file = false
s.platforms = { :ios => '11.0', :tvos => '11.0' }

s.dependency 'VGSLBase', s.version.to_s

s.source_files = [
'NetworkingPublic/**/*'
]
end

0 comments on commit cc90495

Please sign in to comment.