blob: b2622a158a9a10709f9ad9ad45964e29ca3ada66 [file] [log] [blame]
{
"name": "FolioReaderKit",
"version": "1.3.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.3.0"
},
"social_media_url": "https://twitter.com/hebertialmeida",
"swift_version": "4.0",
"platforms": {
"ios": "8.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.0.0"
],
"ZFDragableModalTransition": [
"0.6"
],
"AEXML": [
"4.2.2"
],
"FontBlaster": [
"4.0.1"
],
"JSQWebViewController": [
"6.0.0"
],
"RealmSwift": [
"3.1.1"
]
}
}