FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TPPDF/TPPDF.podspec at main · techprimate/TPPDF · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
techprimate
/
TPPDF
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
135
Star
835
Code
Issues
32
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
TPPDF
/
TPPDF.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (21 loc) · 979 Bytes
Breadcrumbs
TPPDF
/
TPPDF.podspec
Copy path
File metadata and controls
25 lines (21 loc) · 979 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
=
'TPPDF'
s
.
version
=
'2.6.1'
s
.
summary
=
'TPPDF is a simple-to-use PDF builder for iOS'
s
.
description
=
<<-DESC
TPPDF is an object-based PDF builder, completely built in Swift.
You create a document by defining, adding and positioning different objects.
TPPDF then calculates the layout and renders a PDF file.
DESC
s
.
homepage
=
'https://github.com/techprimate/TPPDF'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'Philip Niedertscheider'
=>
'phil@techprimate.com'
}
s
.
source
=
{
:git
=>
'https://github.com/techprimate/TPPDF.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
social_media_url
=
'https://twitter.com/techprimate'
s
.
source_files
=
'Source/**/*'
s
.
swift_version
=
'5.2'
s
.
ios
.
framework
=
'UIKit'
s
.
ios
.
deployment_target
=
'12.0'
s
.
osx
.
framework
=
'AppKit'
s
.
osx
.
deployment_target
=
'10.14'
end
Back
|
FazBrowse Home
|
New Git URL