FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SVGView/SVGView.podspec at main · exyte/SVGView · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
exyte
/
SVGView
Public
Notifications
You must be signed in to change notification settings
Fork
111
Star
851
Code
Issues
31
Pull requests
13
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SVGView
/
SVGView.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (20 loc) · 679 Bytes
Breadcrumbs
SVGView
/
SVGView.podspec
Copy path
File metadata and controls
25 lines (20 loc) · 679 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
18
19
20
21
22
23
24
25
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"SVGView"
s
.
version
=
"1.0.6"
s
.
summary
=
"SVGParser created with SwiftUI."
s
.
homepage
=
'https://github.com/exyte/SVGView.git'
s
.
license
=
'MIT'
s
.
author
=
{
'exyte'
=>
'info@exyte.com'
}
s
.
source
=
{
:git
=>
'https://github.com/exyte/SVGView.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
social_media_url
=
'https://exyte.com'
s
.
platform
=
:ios
s
.
platform
=
:osx
s
.
ios
.
deployment_target
=
'14.0'
s
.
osx
.
deployment_target
=
'11.0'
s
.
requires_arc
=
true
s
.
swift_version
=
'5.2'
s
.
source_files
=
[
'Source/**/*.h'
,
'Source/**/*.swift'
]
end
Back
|
FazBrowse Home
|
New Git URL