Skip to content

Commit

Permalink
Merge pull request #38 from HuolalaTech/build/release-ios-v1.0.3
Browse files Browse the repository at this point in the history
build: Prepare for release 1.0.3
  • Loading branch information
mricefox authored Feb 10, 2025
2 parents 616a949 + ab5387a commit f8ad4d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GlogCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "GlogCore"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "Glog is a cross platform high-performance log storage framework developed by Huolala."
s.author = { 'issac.zeng' => '[email protected]' }

Expand Down
4 changes: 2 additions & 2 deletions Huolala-Glog.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Huolala-Glog"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "Glog is a cross platform high-performance log storage framework developed by Huolala."
s.author = { 'issac.zeng' => '[email protected]' }

Expand All @@ -21,6 +21,6 @@ Pod::Spec.new do |s|

s.framework = "CoreFoundation"
s.libraries = "z", "c++"
s.dependency 'GlogCore', '~> 1.0.2'
s.dependency 'GlogCore', '~> 1.0.3'
end

0 comments on commit f8ad4d5

Please sign in to comment.