[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 6 / vfrReader / 2.6.2 / vfrReader.podspec.json
blob84b65e3186287472e4e501a326ccddc1719bd883
2   "name": "vfrReader",
3   "version": "2.6.2",
4   "license": "MIT",
5   "summary": "An open source PDF file reader/viewer for iOS.",
6   "homepage": "http://www.vfr.org/",
7   "authors": {
8     "Julius Oklamcak": "joklamcak@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/vfr/Reader.git",
12     "commit": "87a138c0b389d270807ee5fb82fdaf9516305aad"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source_files": "Sources/**/*.{h,m}",
18   "resources": [
19     "Resources/*.{pdf}",
20     "Graphics/*.png"
21   ],
22   "exclude_files": "Graphics/Default-568h@2x.png",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "CoreGraphics",
28     "QuartzCore",
29     "ImageIO",
30     "MessageUI"
31   ]