blob: 7d9565dae93b68dadb2f3e20c24f6200204264fb [file] [log] [blame]
{
"name": "GDPDFView",
"version": "1.0.2",
"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.2"
},
"source_files": "GDPDFView/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"OHPDFImage": [
]
}
}