[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 4 / 0 / a / NFolioReaderKit / 1.4.2 / NFolioReaderKit.podspec.json
blob3e6d3e9d70fede01161784d534343a0b47c1be4b
2   "name": "NFolioReaderKit",
3   "version": "1.4.2",
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": "1.4.2"
18   },
19   "swift_versions": "4.2",
20   "platforms": {
21     "ios": "9.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.nfolioreaderkit"
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.1"
57     ],
58     "Realm": [
59       "10.5.1"
60     ]
61   },
62   "swift_version": "4.2"