[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 4 / 3 / 6 / FNFolioReaderKit / 2.1.0 / FNFolioReaderKit.podspec.json
blob05ba4055408294cbd0345fb2b08d9bff4f5ea5a7
2   "name": "FNFolioReaderKit",
3   "version": "2.1.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/FlutternestProjects/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     "Proninja": "proninjacode07@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/FlutternestProjects/FolioReaderKit.git"
17   },
18   "swift_versions": "4.2",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "Source/*.{h,swift}",
25     "Source/**/*.swift",
26     "Vendor/**/*.swift"
27   ],
28   "resources": [
29     "Source/**/*.{js,css}",
30     "Source/Resources/*.xcassets",
31     "Source/Resources/Fonts/**/*.{otf,ttf}"
32   ],
33   "public_header_files": "Source/*.h",
34   "pod_target_xcconfig": {
35     "PRODUCT_BUNDLE_IDENTIFIER": "io.mca.FNFolioReaderKit"
36   },
37   "libraries": "z",
38   "dependencies": {
39     "SSZipArchive": [
40       "2.2.3"
41     ],
42     "MenuItemKit": [
43       "3.1.3"
44     ],
45     "ZFDragableModalTransition": [
46       "0.6"
47     ],
48     "AEXML": [
49       "4.3.3"
50     ],
51     "FontBlaster": [
52       "4.1.0"
53     ],
54     "RealmSwift": [
55       "10.5.2"
56     ],
57     "Realm": [
58       "10.5.2"
59     ]
60   },
61   "swift_version": "4.2"