FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PocketSVG/PocketSVG.podspec at master · pocketsvg/PocketSVG · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pocketsvg
/
PocketSVG
Public
Notifications
You must be signed in to change notification settings
Fork
243
Star
1.7k
Code
Issues
8
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
PocketSVG
/
PocketSVG.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (22 loc) · 955 Bytes
Breadcrumbs
PocketSVG
/
PocketSVG.podspec
Copy path
File metadata and controls
24 lines (22 loc) · 955 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"PocketSVG"
s
.
version
=
"2.7.3"
s
.
summary
=
"Easily convert your SVG files into CGPaths, CAShapeLayers, and UIBezierPaths"
s
.
homepage
=
"https://github.com/pocketsvg/PocketSVG"
s
.
authors
=
{
"Ponderwell, Fjölnir Ásgeirsson, Ariel Elkin, and Contributors"
=>
"https://github.com/pocketsvg/PocketSVG"
}
s
.
ios
.
deployment_target
=
'9.0'
s
.
osx
.
deployment_target
=
'14.0'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
source
=
{
:git
=>
"https://github.com/pocketsvg/PocketSVG.git"
,
:tag
=>
s
.
version
}
s
.
requires_arc
=
true
s
.
frameworks
=
'QuartzCore'
s
.
library
=
'xml2'
,
'stdc++'
s
.
xcconfig
=
{
'HEADER_SEARCH_PATHS'
=>
'$(SDKROOT)/usr/include/libxml2'
}
s
.
source_files
=
[
'Sources/'
,
'Sources/include'
]
s
.
resources
=
'Sources/Resources/SVGColors.plist'
s
.
osx
.
exclude_files
=
'SVGImageView_iOS.h'
s
.
ios
.
exclude_files
=
'SVGImageView_Mac.h'
end
Back
|
FazBrowse Home
|
New Git URL