[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 3 / 6 / FNFolioReaderKit / 2.0.0 / FNFolioReaderKit.podspec.json
blobb5c47bd9e444f9e57bd7f1891991d582019606b9
2   "name": "FNFolioReaderKit",
3   "version": "2.0.0",
4   "summary": "A Swift ePub reader and parser framework for iOS.",
5   "description": "Written in Swift.\nThe Best Open Source ePub Reader.",
6   "homepage": "https://github.com/bmcalister/FolioReaderKit",
7   "screenshots": [
8     "https://raw.githubusercontent.com/FolioReader/FolioReaderKit/assets/custom-fonts.gif",
9     "https://raw.githubusercontent.com/FolioReader/FolioReaderKit/assets/highlight.gif"
10   ],
11   "license": "BSD",
12   "authors": {
13     "Heberti Almeida": "hebertialmeida@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/bmcalister/FolioReaderKit.git",
17     "tag": "2.0.0"
18   },
19   "swift_versions": "4.2",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "Source/*.{h,swift}",
26     "Source/**/*.swift",
27     "Vendor/**/*.swift"
28   ],
29   "resources": [
30     "Source/**/*.{js,css}",
31     "Source/Resources/*.xcassets",
32     "Source/Resources/Fonts/**/*.{otf,ttf}"
33   ],
34   "public_header_files": "Source/*.h",
35   "pod_target_xcconfig": {
36     "PRODUCT_BUNDLE_IDENTIFIER": "io.mca.FNFolioReaderKit"
37   },
38   "libraries": "z",
39   "dependencies": {
40     "SSZipArchive": [
41       "2.2.3"
42     ],
43     "MenuItemKit": [
44       "3.1.3"
45     ],
46     "ZFDragableModalTransition": [
47       "0.6"
48     ],
49     "AEXML": [
50       "4.3.3"
51     ],
52     "FontBlaster": [
53       "4.1.0"
54     ],
55     "RealmSwift": [
56       "10.5.2"
57     ],
58     "Realm": [
59       "10.5.2"
60     ]
61   },
62   "swift_version": "4.2"