diff --git a/.mapping.json b/.mapping.json index b62cb8a..419f804 100644 --- a/.mapping.json +++ b/.mapping.json @@ -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" } \ No newline at end of file diff --git a/Specs/VGSLBase/2.3.2/VGSLBase.podspec b/Specs/VGSLBase/2.3.2/VGSLBase.podspec new file mode 100644 index 0000000..bdac82a --- /dev/null +++ b/Specs/VGSLBase/2.3.2/VGSLBase.podspec @@ -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' => 'vgsl@yandex-team.ru' } + 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 diff --git a/Specs/VGSLBaseTiny/2.3.2/VGSLBaseTiny.podspec b/Specs/VGSLBaseTiny/2.3.2/VGSLBaseTiny.podspec new file mode 100644 index 0000000..226dba6 --- /dev/null +++ b/Specs/VGSLBaseTiny/2.3.2/VGSLBaseTiny.podspec @@ -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' => 'vgsl@yandex-team.ru' } + 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 diff --git a/Specs/VGSLBaseUI/2.3.2/VGSLBaseUI.podspec b/Specs/VGSLBaseUI/2.3.2/VGSLBaseUI.podspec new file mode 100644 index 0000000..bafc405 --- /dev/null +++ b/Specs/VGSLBaseUI/2.3.2/VGSLBaseUI.podspec @@ -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' => 'vgsl@yandex-team.ru' } + 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 diff --git a/Specs/VGSLCommonCore/2.3.2/VGSLCommonCore.podspec b/Specs/VGSLCommonCore/2.3.2/VGSLCommonCore.podspec new file mode 100644 index 0000000..c889376 --- /dev/null +++ b/Specs/VGSLCommonCore/2.3.2/VGSLCommonCore.podspec @@ -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' => 'vgsl@yandex-team.ru' } + 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 diff --git a/Specs/VGSLNetworking/2.3.2/VGSLNetworking.podspec b/Specs/VGSLNetworking/2.3.2/VGSLNetworking.podspec new file mode 100644 index 0000000..057a82d --- /dev/null +++ b/Specs/VGSLNetworking/2.3.2/VGSLNetworking.podspec @@ -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' => 'vgsl@yandex-team.ru' } + 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