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 8df1b5e commit ae4d868
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Brandy
Copyright (c) 2017-2021 Brandy

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
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@





# XYZPDFKit
Easy way in Swift
自用的HUD



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

## Demo

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

Expand Down

0 comments on commit ae4d868

Please sign in to comment.