[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / c / a / FolioReaderKit / 0.9.4 / FolioReaderKit.podspec.json
blob417e60489640cc1486cd48e5b7bd1e5d106bad33
2   "name": "FolioReaderKit",
3   "version": "0.9.4",
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.9.4"
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": [
40       "1.5"
41     ],
42     "MenuItemKit": [
43       "1.1.3"
44     ],
45     "ZFDragableModalTransition": [
46       "~> 0.6"
47     ],
48     "AEXML": [
49       "3.0"
50     ],
51     "JSQWebViewController": [
52       "~> 3.0"
53     ],
54     "RealmSwift": [
55       "~> 1.0"
56     ]
57   }