Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pikacode committed Mar 17, 2024
1 parent bf6e0c1 commit a69774f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.9.0
// swift-tools-version: 5.5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
6 changes: 3 additions & 3 deletions PopupUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|

s.name = "PopupUI"

s.version = "1.0.0"
s.version = "1.0.1"

s.summary = "Easy to pop up any view by SwiftUI! SwiftUI 实现的弹窗控件,简单易用!"

Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.author = { "pikacode" => "[email protected]" }

s.platform = :ios, "14.0"
s.platform = :ios, "15.0"

s.source = { :git => "https://github.com/pikacode/PopupUI.git", :tag => "#{s.version}" }

Expand All @@ -27,6 +27,6 @@ Pod::Spec.new do |s|
s.frameworks = "SwiftUI", "Combine"

s.requires_arc = true
s.swift_versions = "5.0"
s.swift_versions = "5.5"

end

0 comments on commit a69774f

Please sign in to comment.