[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 5 / b / YAPDFKit / 0.1.0 / YAPDFKit.podspec.json
blob3aa971157144af2c1b1c939fa07f03101b2d9d53
2   "name": "YAPDFKit",
3   "version": "0.1.0",
4   "summary": "Yet another PDF Kit for parsing and modifying PDF's.",
5   "description": "Yet another PDF Kit is a independent PDF Kit written in objective-c for\nparsing and manipulating PDF's. YAPDFKit is completely independant of Apple's\nPDFKit.",
6   "homepage": "https://github.com/mipmip/YAPDFKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pim Snel": "pim@lingewoud.nl"
13   },
14   "social_media_url": "https://twitter.com/mipselaer",
15   "source": {
16     "git": "https://github.com/mipmip/YAPDFKit.git",
17     "tag": "0.1.0"
18   },
19   "source_files": [
20     "Classes",
21     "YAPDFKit/**/*.{h,m,c}"
22   ],
23   "libraries": "z",
24   "requires_arc": true,
25   "platforms": {
26     "osx": null,
27     "ios": null,
28     "tvos": null,
29     "watchos": null
30   }