Skip to content

Commit

Permalink
修改版本
Browse files Browse the repository at this point in the history
  • Loading branch information
BestYun committed Nov 2, 2023
1 parent f1fde63 commit 29384d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FlexBoxUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |spec|
spec.name = "FlexBoxUIKit"
spec.version = "0.0.2"
spec.version = "0.3"
spec.summary = "flex layout for iOS powered by yoga"
spec.homepage = "https://github.com/BestYun/FlexBoxUIKit"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
---
#### Cocoapods
```
pod 'FlexBoxUIKit', '~> 0.0.2'
pod 'FlexBoxUIKit', '~> 0.3'
以下可选
pod 'FlexBoxUIKit/SDWebImage'
pod 'FlexBoxUIKit/Kingfisher' #需要ios 12以上
Expand Down

0 comments on commit 29384d6

Please sign in to comment.