[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 2 / 4 / c / GDPDFView / 1.0.3 / GDPDFView.podspec.json
blobc6f1a893bc05a078a5b6b12df7584bc5520a0f81
2   "name": "GDPDFView",
3   "version": "1.0.3",
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.3"
19   },
20   "source_files": "GDPDFView/*",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "OHPDFImage": [
29     ]
30   }