-
Notifications
You must be signed in to change notification settings - Fork 1
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
8df1b5e
commit ae4d868
Showing
3 changed files
with
5 additions
and
10 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s| | |
|
||
|
||
s.name = "XYZPDFKit" | ||
s.version = "1.1.1" | ||
s.version = "3.0.1" | ||
s.summary = "持续升级" | ||
s.description = <<-DESC | ||
PDFkit in Swift Update for UXMPDFKit | ||
|
@@ -33,7 +33,7 @@ Pod::Spec.new do |s| | |
|
||
s.authors = { "Brandy" => "[email protected]" } | ||
s.platform = :ios, "13.0" | ||
s.source = { :git => "https://github.com/brandy2015/XYZPDFKit.git", :tag => "1.1.1"} | ||
s.source = { :git => "https://github.com/brandy2015/XYZPDFKit.git", :tag => "3.0.1"} | ||
s.source_files = 'XYZPDFKit/Classes/**/*' | ||
s.ios.source_files = 'XYZPDFKit/Classes/**/*' | ||
|
||
|