[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / c / a / FolioReaderKit / 1.1.0 / FolioReaderKit.podspec.json
blob5f32989aa9010b9ee3ad191692c957b76bce53d5
2   "name": "FolioReaderKit",
3   "version": "1.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/FolioReader/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/FolioReader/FolioReaderKit.git",
17     "tag": "1.1.0"
18   },
19   "social_media_url": "https://twitter.com/hebertialmeida",
20   "platforms": {
21     "ios": "8.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   "libraries": "z",
36   "dependencies": {
37     "SSZipArchive": [
38       "~> 1.6"
39     ],
40     "MenuItemKit": [
41       "2.0"
42     ],
43     "ZFDragableModalTransition": [
44       "~> 0.6"
45     ],
46     "AEXML": [
47       "4.0"
48     ],
49     "FontBlaster": [
50       "3.0.0"
51     ],
52     "JSQWebViewController": [
53       "~> 5.0"
54     ],
55     "RealmSwift": [
56       "~> 2.1"
57     ]
58   },
59   "pushed_with_swift_version": "3.0"