[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 3 / 2 / f / TPPDF / 1.5.2 / TPPDF.podspec.json
blobc3553a3abf8b08ba9b64a64ff2e826c91151b022
2   "name": "TPPDF",
3   "version": "1.5.2",
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": "1.5.2"
17   },
18   "social_media_url": "https://twitter.com/techprimate",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Source/**/*",
23   "frameworks": "UIKit",
24   "swift_versions": "5.0",
25   "dependencies": {
26     "SwiftLint": [
28     ]
29   },
30   "swift_version": "5.0"