-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit_hash:ca3a1af8da93357f37c2e9cc851385359816f32a
- Loading branch information
robot-divkit
committed
Nov 25, 2024
1 parent
8c5d43e
commit 8e5f700
Showing
11 changed files
with
155 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
public enum DivKitInfo { | ||
public static let version = "30.27.0" | ||
public static let version = "30.28.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'DivKit' | ||
s.version = '30.28.0' | ||
s.summary = 'DivKit framework' | ||
s.description = 'DivKit is a backend-driven UI framework' | ||
s.homepage = 'https://divkit.tech' | ||
|
||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.author = { 'divkit' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/divkit/divkit-ios.git', :tag => s.version.to_s } | ||
|
||
s.swift_version = '5.9' | ||
s.requires_arc = true | ||
s.prefix_header_file = false | ||
s.platforms = { :ios => '13.0' } | ||
|
||
s.dependency 'DivKit_LayoutKit', s.version.to_s | ||
s.dependency 'DivKit_Serialization', s.version.to_s | ||
s.dependency 'VGSL', '~> 6.0' | ||
|
||
s.source_files = [ | ||
'DivKit/**/*' | ||
] | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'DivKitExtensions' | ||
s.version = '30.28.0' | ||
s.summary = 'DivKit framework extensions' | ||
s.description = 'Part of DivKit framework' | ||
s.homepage = 'https://divkit.tech' | ||
|
||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.author = { 'divkit' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/divkit/divkit-ios.git', :tag => s.version.to_s } | ||
|
||
s.swift_version = '5.9' | ||
s.requires_arc = true | ||
s.prefix_header_file = false | ||
s.platforms = { :ios => '13.0' } | ||
|
||
s.dependency 'DivKit', s.version.to_s | ||
|
||
s.source_files = [ | ||
'DivKitExtensions/**/*' | ||
] | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'DivKit_LayoutKit' | ||
s.module_name = 'LayoutKit' | ||
s.version = '30.28.0' | ||
s.summary = 'Part of DivKit framework' | ||
s.description = 'Part of DivKit framework' | ||
s.homepage = 'https://divkit.tech' | ||
|
||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.author = { 'divkit' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/divkit/divkit-ios.git', :tag => s.version.to_s } | ||
|
||
s.swift_version = '5.9' | ||
s.requires_arc = true | ||
s.prefix_header_file = false | ||
s.platforms = { :ios => '13.0' } | ||
|
||
s.dependency 'DivKit_LayoutKitInterface', s.version.to_s | ||
s.dependency 'VGSL', '~> 6.0' | ||
|
||
s.source_files = [ | ||
'LayoutKit/LayoutKit/**/*' | ||
] | ||
end |
23 changes: 23 additions & 0 deletions
23
Specs/DivKit_LayoutKitInterface/30.28.0/DivKit_LayoutKitInterface.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'DivKit_LayoutKitInterface' | ||
s.module_name = 'LayoutKitInterface' | ||
s.version = '30.28.0' | ||
s.summary = 'Part of DivKit framework' | ||
s.description = 'Part of DivKit framework' | ||
s.homepage = 'https://divkit.tech' | ||
|
||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.author = { 'divkit' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/divkit/divkit-ios.git', :tag => s.version.to_s } | ||
|
||
s.swift_version = '5.9' | ||
s.requires_arc = true | ||
s.prefix_header_file = false | ||
s.platforms = { :ios => '13.0' } | ||
|
||
s.dependency 'VGSL', '~> 6.0' | ||
|
||
s.source_files = [ | ||
'LayoutKit/Interface/**/*' | ||
] | ||
end |
23 changes: 23 additions & 0 deletions
23
Specs/DivKit_Serialization/30.28.0/DivKit_Serialization.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'DivKit_Serialization' | ||
s.module_name = 'Serialization' | ||
s.version = '30.28.0' | ||
s.summary = 'Part of DivKit framework' | ||
s.description = 'Part of DivKit framework' | ||
s.homepage = 'https://divkit.tech' | ||
|
||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.author = { 'divkit' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/divkit/divkit-ios.git', :tag => s.version.to_s } | ||
|
||
s.swift_version = '5.9' | ||
s.requires_arc = true | ||
s.prefix_header_file = false | ||
s.platforms = { :ios => '13.0' } | ||
|
||
s.dependency 'VGSL', '~> 6.0' | ||
|
||
s.source_files = [ | ||
'Serialization/**/*' | ||
] | ||
end |