blob: 84b65e3186287472e4e501a326ccddc1719bd883 [file] [log] [blame]
{
"name": "vfrReader",
"version": "2.6.2",
"license": "MIT",
"summary": "An open source PDF file reader/viewer for iOS.",
"homepage": "http://www.vfr.org/",
"authors": {
"Julius Oklamcak": "joklamcak@gmail.com"
},
"source": {
"git": "https://github.com/vfr/Reader.git",
"commit": "87a138c0b389d270807ee5fb82fdaf9516305aad"
},
"platforms": {
"ios": null
},
"source_files": "Sources/**/*.{h,m}",
"resources": [
"Resources/*.{pdf}",
"Graphics/*.png"
],
"exclude_files": "Graphics/Default-568h@2x.png",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore",
"ImageIO",
"MessageUI"
]
}