-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 #608 from Tencent/dev
Matrix for iOS v1.0.1
- Loading branch information
Showing
39 changed files
with
1,247 additions
and
779 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
Pod::Spec.new do |matrix| | ||
matrix.name = 'matrix-wechat' | ||
matrix.version = '0.6.7' | ||
matrix.version = '1.0.1' | ||
matrix.summary = 'Matrix for iOS/macOS is a performance probe tool developed and used by WeChat.' | ||
matrix.description = <<-DESC | ||
Matrix for iOS/macOS is a performance probe tool developed and used by WeChat. | ||
|
@@ -21,10 +21,10 @@ Pod::Spec.new do |matrix| | |
matrix.homepage = 'https://github.com/Tencent/matrix' | ||
matrix.license = { :type => 'BSD', :file => 'LICENSE' } | ||
matrix.author = { 'johnzjchen' => '[email protected]' } | ||
matrix.source = { :git => 'https://github.com/Tencent/matrix.git', :branch => "feature/ios-matrix-cocopods-0.6.7" } | ||
matrix.source = { :git => 'https://github.com/Tencent/matrix.git', :branch => "feature/ios-matrix-cocopods-1.0.1" } | ||
matrix.module_name = "Matrix" | ||
|
||
matrix.ios.deployment_target = '10.0' | ||
matrix.ios.deployment_target = '9.0' | ||
matrix.osx.deployment_target = "10.10" | ||
matrix.libraries = "z", "c++" | ||
matrix.frameworks = "CoreFoundation", "Foundation" | ||
|
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
Oops, something went wrong.