[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / f / TPPDF / 2.6.1 / TPPDF.podspec.json
blob29a987e3112f575612a447e8af9c7c1c030788a4
2   "name": "TPPDF",
3   "version": "2.6.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": "phil@techprimate.com"
13   },
14   "source": {
15     "git": "https://github.com/techprimate/TPPDF.git",
16     "tag": "2.6.1"
17   },
18   "social_media_url": "https://twitter.com/techprimate",
19   "source_files": "Source/**/*",
20   "swift_versions": "5.2",
21   "ios": {
22     "frameworks": "UIKit"
23   },
24   "platforms": {
25     "ios": "9.0",
26     "osx": "10.14"
27   },
28   "osx": {
29     "frameworks": "AppKit"
30   },
31   "swift_version": "5.2"