[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 9 / 4 / MAGPdfGenerator / 0.1.1 / MAGPdfGenerator.podspec.json
blob1ce097b49f46872510e0a74901637a27fd81b8ed
2   "name": "MAGPdfGenerator",
3   "version": "0.1.1",
4   "summary": "An utility to convert UIView to a PDF document.",
5   "description": "MAGPdfGenerator is an utility which provides the ability to convert UIView's representation to a PDF document. The UIView may be created from XIB file and use Autolayouts that makes a convenient way to draw the pdf's content.",
6   "homepage": "https://github.com/Magora-IOS/MAGPdfGenerator.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Konstantin Mamaev": "mamaev@magora-systems.com"
13   },
14   "source": {
15     "git": "https://github.com/Magora-IOS/MAGPdfGenerator.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MAGPdfGenerator/Classes/**/*",
22   "public_header_files": "MAGPdfGenerator/Classes/**/*.h",
23   "frameworks": "UIKit"