Skip to content

Commit

Permalink
Merge pull request #259 from heoblitz/spm_platform
Browse files Browse the repository at this point in the history
Add SPM platform setting
  • Loading branch information
lucdion authored Aug 18, 2024
2 parents 9b46c09 + 4ec8a44 commit 251e38a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "FlexLayout",
platforms: [
.iOS(.v12)
],
products: [
.library(name: "FlexLayout", targets: ["FlexLayout"]),
],
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- FlexLayout (2.0.9)
- FlexLayout (2.0.10)
- PinLayout (1.10.5)
- SwiftLint (0.55.1)

Expand All @@ -18,7 +18,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
FlexLayout: 6904d99efeb7279cb218d10f40a71c4690445ada
FlexLayout: ea94491c923485f7f28891cb5b10245d22df380b
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933

Expand Down

0 comments on commit 251e38a

Please sign in to comment.