blob: 5eb7b08a45b632823b33472acc4ac6e43b2f2dde [file] [log] [blame]
{
"name": "GDPDFView",
"version": "1.0.4",
"summary": "Vertical scroll view to display PDF file based on using OHPDFImage https://github.com/AliSoftware/OHPDFImage",
"homepage": "https://github.com/dani-gavrilov/GDPDFView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gavrilov Daniil": "daniilmbox@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dani-gavrilov/GDPDFView.git",
"tag": "1.0.4"
},
"source_files": "GDPDFView/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"OHPDFImage": [
]
}
}