[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / f / EpubViewerKit / 0.1.2 / EpubViewerKit.podspec.json
bloba124f8c8ad2d9c880a117627d37f5bbdc6ca084b
2   "name": "EpubViewerKit",
3   "version": "0.1.2",
4   "summary": "A epub reader flutter plugin project.",
5   "description": "An open source epub reader plugin written in swift",
6   "homepage": "https://github.com/JideGuru/EpubViewerKit.git",
7   "license": "MIT",
8   "authors": {
9     "jideguru": "guruliciousjide@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/JideGuru/EpubViewerKit.git",
13     "tag": "0.1.2"
14   },
15   "swift_versions": "4.2",
16   "requires_arc": true,
17   "source_files": [
18     "Classes/**/*",
19     "Source/*.{h,swift}",
20     "Source/**/*.swift",
21     "Vendor/**/*.swift"
22   ],
23   "resources": [
24     "Source/**/*.{js,css}",
25     "Source/Resources/*.xcassets",
26     "Source/Resources/Fonts/**/*.{otf,ttf}"
27   ],
28   "public_header_files": [
29     "Classes/**/*.h",
30     "Source/*.h"
31   ],
32   "libraries": "z",
33   "dependencies": {
34     "SSZipArchive": [
35       "2.2.3"
36     ],
37     "MenuItemKit": [
38       "4.0.1"
39     ],
40     "ZFDragableModalTransition": [
41       "0.6"
42     ],
43     "AEXML": [
44       "4.6.0"
45     ],
46     "FontBlaster": [
47       "5.1.1"
48     ],
49     "RealmSwift": [
50       "5.4.8"
51     ]
52   },
53   "platforms": {
54     "ios": "9.0"
55   },
56   "swift_version": "4.2"