[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / c / a / FolioReaderKit / 1.4.0 / FolioReaderKit.podspec.json
blob3f4ba764d9d62052d04e2f5095c45942d08e4642
2   "name": "FolioReaderKit",
3   "version": "1.4.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.4.0"
18   },
19   "social_media_url": "https://twitter.com/hebertialmeida",
20   "swift_version": "4.2",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "requires_arc": true,
25   "source_files": [
26     "Source/*.{h,swift}",
27     "Source/**/*.swift",
28     "Vendor/**/*.swift"
29   ],
30   "resources": [
31     "Source/**/*.{js,css}",
32     "Source/Resources/*.xcassets",
33     "Source/Resources/Fonts/**/*.{otf,ttf}"
34   ],
35   "public_header_files": "Source/*.h",
36   "libraries": "z",
37   "dependencies": {
38     "SSZipArchive": [
39       "2.1.1"
40     ],
41     "MenuItemKit": [
42       "3.1.3"
43     ],
44     "ZFDragableModalTransition": [
45       "0.6"
46     ],
47     "AEXML": [
48       "4.3.3"
49     ],
50     "FontBlaster": [
51       "4.1.0"
52     ],
53     "RealmSwift": [
54       "3.13.1"
55     ]
56   }