[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / f / TPPDF / 1.5.1 / TPPDF.podspec.json
blob7edb5f2cd3ff1cb9cb5dac2a0feccab1213d928e
2   "name": "TPPDF",
3   "version": "1.5.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": "1.5.1"
17   },
18   "social_media_url": "https://twitter.com/techprimate",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Source/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "SwiftLint": [
27     ]
28   }