[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / c / GDPDFView / 1.0.0 / GDPDFView.podspec.json
blob363b7b97ad8f79998c4c429a62b9242b4921e42c
2   "name": "GDPDFView",
3   "version": "1.0.0",
4   "summary": "Vertical scroll view to display PDF file based on using OHPDFImage https://github.com/AliSoftware/OHPDFImage",
5   "homepage": "https://github.com/dani-gavrilov/GDPDFView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Gavrilov Daniil": "daniilmbox@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/dani-gavrilov/GDPDFView.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "GDPDFView/*",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "OHPDFImage": [
29     ]
30   }