Skip to content

Commit

Permalink
Fixed version in podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarstill committed Apr 24, 2023
1 parent 022da5a commit a3c2f9f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Specs/BasePublic/24.3.0/BasePublic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BasePublic'
s.version = '##VERSION##'
s.version = '24.3.0'
s.summary = 'Part of DivKit framework'
s.description = 'Part of DivKit framework'
s.homepage = 'https://divkit.tech'
Expand Down
2 changes: 1 addition & 1 deletion Specs/BaseTinyPublic/24.3.0/BaseTinyPublic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BaseTinyPublic'
s.version = '##VERSION##'
s.version = '24.3.0'
s.summary = 'Part of DivKit framework'
s.description = 'Part of DivKit framework'
s.homepage = 'https://divkit.tech'
Expand Down
2 changes: 1 addition & 1 deletion Specs/BaseUIPublic/24.3.0/BaseUIPublic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BaseUIPublic'
s.version = '##VERSION##'
s.version = '24.3.0'
s.summary = 'Part of DivKit framework'
s.description = 'Part of DivKit framework'
s.homepage = 'https://divkit.tech'
Expand Down
2 changes: 1 addition & 1 deletion Specs/CommonCorePublic/24.3.0/CommonCorePublic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CommonCorePublic'
s.version = '##VERSION##'
s.version = '24.3.0'
s.summary = 'Part of DivKit framework'
s.description = 'Part of DivKit framework'
s.homepage = 'https://divkit.tech'
Expand Down
2 changes: 1 addition & 1 deletion Specs/DivKit/24.3.0/DivKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DivKit'
s.version = '##VERSION##'
s.version = '24.3.0'
s.summary = 'DivKit framework'
s.description = 'DivKit is a backend-driven UI framework'
s.homepage = 'https://divkit.tech'
Expand Down
2 changes: 1 addition & 1 deletion Specs/DivKitExtensions/24.3.0/DivKitExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DivKitExtensions'
s.version = '##VERSION##'
s.version = '24.3.0'
s.summary = 'DivKit framework extensions'
s.description = 'Part of DivKit framework'
s.homepage = 'https://divkit.tech'
Expand Down
2 changes: 1 addition & 1 deletion Specs/LayoutKit/24.3.0/LayoutKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LayoutKit'
s.version = '##VERSION##'
s.version = '24.3.0'
s.summary = 'Part of DivKit framework'
s.description = 'Part of DivKit framework'
s.homepage = 'https://divkit.tech'
Expand Down
2 changes: 1 addition & 1 deletion Specs/LayoutKitInterface/24.3.0/LayoutKitInterface.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LayoutKitInterface'
s.version = '##VERSION##'
s.version = '24.3.0'
s.summary = 'Part of DivKit framework'
s.description = 'Part of DivKit framework'
s.homepage = 'https://divkit.tech'
Expand Down
2 changes: 1 addition & 1 deletion Specs/NetworkingPublic/24.3.0/NetworkingPublic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NetworkingPublic'
s.version = '##VERSION##'
s.version = '24.3.0'
s.summary = 'Part of DivKit framework'
s.description = 'Part of DivKit framework'
s.homepage = 'https://divkit.tech'
Expand Down
2 changes: 1 addition & 1 deletion Specs/Serialization/24.3.0/Serialization.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Serialization'
s.version = '##VERSION##'
s.version = '24.3.0'
s.summary = 'Serialization'
s.summary = 'Part of DivKit framework'
s.description = 'Part of DivKit framework'
Expand Down

0 comments on commit a3c2f9f

Please sign in to comment.