FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
IRLPDFScanContent/Package.swift at main · charlymr/IRLPDFScanContent · GitHub
charlymr
/
IRLPDFScanContent
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
17
Code
Issues
3
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
IRLPDFScanContent
/
Package.swift
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (15 loc) · 414 Bytes
Breadcrumbs
IRLPDFScanContent
/
Package.swift
Copy path
File metadata and controls
17 lines (15 loc) · 414 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.
import
PackageDescription
let
package
=
Package
(
name
:
"
IRLPDFScanContent
"
,
platforms
:
[
.
iOS
(
.
v13
)
]
,
products
:
[
.
library
(
name
:
"
IRLPDFScanContent
"
,
targets
:
[
"
IRLPDFScanContent
"
]
)
]
,
targets
:
[
.
target
(
name
:
"
IRLPDFScanContent
"
)
]
)
Back
|
FazBrowse Home
|
New Git URL