blob: 3f4ba764d9d62052d04e2f5095c45942d08e4642 [file] [log] [blame]
{
"name": "FolioReaderKit",
"version": "1.4.0",
"summary": "A Swift ePub reader and parser framework for iOS.",
"description": "Written in Swift.\nThe Best Open Source ePub Reader.",
"homepage": "https://github.com/FolioReader/FolioReaderKit",
"screenshots": [
"https://raw.githubusercontent.com/FolioReader/FolioReaderKit/assets/custom-fonts.gif",
"https://raw.githubusercontent.com/FolioReader/FolioReaderKit/assets/highlight.gif"
],
"license": "BSD",
"authors": {
"Heberti Almeida": "hebertialmeida@gmail.com"
},
"source": {
"git": "https://github.com/FolioReader/FolioReaderKit.git",
"tag": "1.4.0"
},
"social_media_url": "https://twitter.com/hebertialmeida",
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"Source/*.{h,swift}",
"Source/**/*.swift",
"Vendor/**/*.swift"
],
"resources": [
"Source/**/*.{js,css}",
"Source/Resources/*.xcassets",
"Source/Resources/Fonts/**/*.{otf,ttf}"
],
"public_header_files": "Source/*.h",
"libraries": "z",
"dependencies": {
"SSZipArchive": [
"2.1.1"
],
"MenuItemKit": [
"3.1.3"
],
"ZFDragableModalTransition": [
"0.6"
],
"AEXML": [
"4.3.3"
],
"FontBlaster": [
"4.1.0"
],
"RealmSwift": [
"3.13.1"
]
}
}