-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from HuolalaTech/build/release-ios-v1.0.3
build: Prepare for release 1.0.3
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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
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]' } | ||
|
||
|
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,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]' } | ||
|
||
|
@@ -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 | ||
|