Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FulcrumOne authored Nov 1, 2024
1 parent 8f41cae commit 296942c
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 268 deletions.
5 changes: 4 additions & 1 deletion MijickPopups.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ Pod::Spec.new do |s|

s.version = '3.0.0'
s.ios.deployment_target = '14.0'
s.osx.deployment_target = '13.0'
s.osx.deployment_target = '12.0'
s.tvos.deployment_target = '15.0'
s.watchos.deployment_target = '7.0'
s.visionos.deployment_target = '1.0'
s.swift_version = '6.0'

s.source_files = 'Sources/**/*'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.iOS(.v14),
.macOS(.v12),
.tvOS(.v15),
.watchOS(.v4),
.watchOS(.v7),
.visionOS(.v1)
],
products: [
Expand Down
Loading

0 comments on commit 296942c

Please sign in to comment.