-
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.
- Loading branch information
Showing
7 changed files
with
65 additions
and
50 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
This file was deleted.
Oops, something went wrong.
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,21 +1,22 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "GlogCore" | ||
s.version = "0.0.1" | ||
s.summary = "GlogCore" | ||
s.author = { '货拉拉' => '货拉拉' } | ||
s.version = "1.0.0" | ||
s.summary = "Glog is a cross platform high-performance log storage framework developed by Huolala." | ||
s.author = { 'issac.zeng' => '[email protected]' } | ||
|
||
s.description = <<-DESC | ||
Glog | ||
The Glog for Objective-C. | ||
Glog is a format free, cross platform, high performance log storage framework. | ||
DESC | ||
|
||
s.homepage = "https://xxx.com" | ||
s.license = { :type => "Apache", :file => "LICENSE.TXT"} | ||
s.homepage = "https://github.com/HuolalaTech/hll-wp-glog" | ||
s.license = { :type => "Apache 2.0", :file => "LICENSE.TXT"} | ||
|
||
s.ios.deployment_target = "9.0" | ||
|
||
s.source = { :git => "", :tag => "#{s.version}" } | ||
s.source_files = "Core/**/*.{h,m,mm,cpp}" | ||
s.source = { :git => "https://github.com/HuolalaTech/hll-wp-glog.git", :tag => "v#{s.version}" } | ||
s.source_files = "Core/**/*.{h,m,mm,cpp,hpp}", "Core/micro-ecc/*.{h,cpp,inc}", "Core/openssl/*.{h,S,cpp}" | ||
s.public_header_files = "Core/**/*.h" | ||
s.framework = "CoreFoundation" | ||
s.libraries = "z", "c++" | ||
|
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,26 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "Huolala-Glog" | ||
s.version = "1.0.0" | ||
s.summary = "Glog is a cross platform high-performance log storage framework developed by Huolala." | ||
s.author = { 'issac.zeng' => '[email protected]' } | ||
|
||
s.description = <<-DESC | ||
The Glog for Objective-C. | ||
Glog is a format free, cross platform, high performance log storage framework. | ||
DESC | ||
|
||
s.homepage = "https://github.com/HuolalaTech/hll-wp-glog" | ||
s.license = { :type => "Apache 2.0", :file => "LICENSE.TXT"} | ||
|
||
s.ios.deployment_target = "9.0" | ||
|
||
s.source = { :git => "https://github.com/HuolalaTech/hll-wp-glog.git", :tag => "v#{s.version}" } | ||
s.source_files = "iOS/Glog/Glog/*.{h,m,mm}" | ||
s.public_header_files = "iOS/Glog/Glog/*.h" | ||
|
||
s.framework = "CoreFoundation" | ||
s.libraries = "z", "c++" | ||
s.dependency 'GlogCore', '~> 1.0.0' | ||
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
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