[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 6 / 2 / b_epub / 1.0.0 / b_epub.podspec.json
blob029443e7a656bed0588c524da495aafd03204514
2   "name": "b_epub",
3   "version": "1.0.0",
4   "summary": "A simple EPUB package for reading EPUB files.",
5   "description": "This library provides an easy way to read EPUB files, leveraging powerful tools like FolioReaderKit.\nIncludes features such as customizable UI, font rendering, and advanced EPUB parsing.",
6   "homepage": "https://github.com/anjalmaharjan/b_epub",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "anjalmaharjan": "heromaharjan@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/anjalmaharjan/b_epub.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": [
23     "FolioReaderKit/Source/*.{h,swift}",
24     "FolioReaderKit/Source/**/*.swift",
25     "FolioReaderKit/Vendor/**/*.swift"
26   ],
27   "resources": [
28     "FolioReaderKit/Source/**/*.{js,css}",
29     "FolioReaderKit/Source/Resources/*.xcassets",
30     "FolioReaderKit/Source/Resources/Fonts/**/*.{otf,ttf}"
31   ],
32   "public_header_files": "FolioReaderKit/Source/*.h",
33   "libraries": "z",
34   "dependencies": {
35     "SSZipArchive": [
36       "2.2.3"
37     ],
38     "MenuItemKit": [
39       "3.1.3"
40     ],
41     "ZFDragableModalTransition": [
42       "0.6"
43     ],
44     "AEXML": [
45       "4.3.3"
46     ],
47     "FontBlaster": [
48       "4.1.0"
49     ],
50     "RealmSwift": [
51       "~> 10.40.0"
52     ],
53     "Realm": [
54       "~> 10.40.0"
55     ]
56   },
57   "swift_version": "5.0"