-
Notifications
You must be signed in to change notification settings - Fork 0
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
zhangqian
committed
Jan 22, 2021
1 parent
ae20a74
commit 37f7a5c
Showing
16 changed files
with
392 additions
and
99 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 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,3 +1,3 @@ | ||
PODFILE CHECKSUM: 06f49807e955a4f1a860070df429d4477ef9be9e | ||
PODFILE CHECKSUM: 0639adcbab0dd9982dc45e9bc908dbda0fa14ab9 | ||
|
||
COCOAPODS: 1.8.4 | ||
COCOAPODS: 1.10.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Pods/Pods.xcodeproj/xcuserdata/zhangzihao.xcuserdatad/xcschemes/Pods-SoHow.xcscheme
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
Pods/Target Support Files/Pods-SoHow/Pods-SoHow.debug.xcconfig
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
Pods/Target Support Files/Pods-SoHow/Pods-SoHow.release.xcconfig
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ Pod::Spec.new do |s| | |
# | ||
|
||
s.name = "SoHow" | ||
s.version = "2.2.4" | ||
s.version = "3.0.1" | ||
s.summary = "持续升级" | ||
|
||
s.description = <<-DESC | ||
|
@@ -37,7 +37,7 @@ Pod::Spec.new do |s| | |
s.author = { "Brandy" => "" } | ||
s.authors = { "Brandy" => "[email protected]" } | ||
s.platform = :ios, "13.0" | ||
s.source = { :git => "https://github.com/brandy2015/SoHow.git", :tag => "2.2.4"} | ||
s.source = { :git => "https://github.com/brandy2015/SoHow.git", :tag => "3.0.1"} | ||
s.source_files = "SoHow/Source/*" | ||
# s.dependency 'MBProgressHUD' #HUD支持 | ||
|
||
|
Oops, something went wrong.