[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / c / a / FolioReaderKit / 1.3.0 / FolioReaderKit.podspec.json
blobb2622a158a9a10709f9ad9ad45964e29ca3ada66
2   "name": "FolioReaderKit",
3   "version": "1.3.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.3.0"
18   },
19   "social_media_url": "https://twitter.com/hebertialmeida",
20   "swift_version": "4.0",
21   "platforms": {
22     "ios": "8.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.0.0"
43     ],
44     "ZFDragableModalTransition": [
45       "0.6"
46     ],
47     "AEXML": [
48       "4.2.2"
49     ],
50     "FontBlaster": [
51       "4.0.1"
52     ],
53     "JSQWebViewController": [
54       "6.0.0"
55     ],
56     "RealmSwift": [
57       "3.1.1"
58     ]
59   }