Skip to content

Commit

Permalink
version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangqian committed Jan 22, 2021
1 parent ae20a74 commit 37f7a5c
Show file tree
Hide file tree
Showing 16 changed files with 392 additions and 99 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2020 BrandoQian
Copyright (c) 2017-2021 BrandoQian

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 1 addition & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
target 'SoHow' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# pod 'MBProgressHUD'



end
4 changes: 2 additions & 2 deletions Podfile.lock
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
4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

144 changes: 73 additions & 71 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Easy way in Swift


## Requirements
* Xcode 11.4 or higher
* Xcode 12.3 or higher
* iOS 13.0 or higher (may work on previous versions, just did not test it)
* ARC

Expand Down
4 changes: 2 additions & 2 deletions SoHow.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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支持

Expand Down
Loading

0 comments on commit 37f7a5c

Please sign in to comment.