[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / f / TPPDF / 2.0.1 / TPPDF.podspec.json
blobb7dbfca4955ab248bdc5d74b95a451736782513d
2   "name": "TPPDF",
3   "version": "2.0.1",
4   "summary": "TPPDF is a simple-to-use PDF builder for iOS",
5   "description": "TPPDF is an object-based PDF builder, completely built in Swift.\nYou create a document by defining, adding and positioning different objects.\nTPPDF then calculates the layout and renders a PDF file.",
6   "homepage": "https://github.com/techprimate/TPPDF",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Philip Niedertscheider": "dev@philpri.me"
13   },
14   "source": {
15     "git": "https://github.com/techprimate/TPPDF.git",
16     "tag": "2.0.1"
17   },
18   "social_media_url": "https://twitter.com/techprimate",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Source/**/*",
23   "frameworks": "UIKit",
24   "swift_versions": "5.2",
25   "dependencies": {
26     "SwiftLint": [
28     ]
29   },
30   "swift_version": "5.2"