[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / c / a / FolioReaderKit / 0.8.2 / FolioReaderKit.podspec.json
blobaa602702adc99276c5bed909ae36ef0869f209bc
2   "name": "FolioReaderKit",
3   "version": "0.8.2",
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": "0.8.2"
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,xcdatamodeld}",
31     "Source/Resources/*.xcassets",
32     "Source/Resources/Fonts/**/*.{otf,ttf}"
33   ],
34   "preserve_paths": "Source/**/*.xcdatamodeld",
35   "public_header_files": "Source/*.h",
36   "libraries": "z",
37   "frameworks": "CoreData",
38   "dependencies": {
39     "SSZipArchive": [
41     ],
42     "UIMenuItem-CXAImageSupport": [
44     ],
45     "ZFDragableModalTransition": [
47     ],
48     "AEXML": [
50     ],
51     "FontBlaster": [
53     ],
54     "JSQWebViewController": [
56     ],
57     "RealmSwift": [
59     ]
60   }