blob: 5f32989aa9010b9ee3ad191692c957b76bce53d5 [file] [log] [blame]
{
"name": "FolioReaderKit",
"version": "1.1.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.1.0"
},
"social_media_url": "https://twitter.com/hebertialmeida",
"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": [
"~> 1.6"
],
"MenuItemKit": [
"2.0"
],
"ZFDragableModalTransition": [
"~> 0.6"
],
"AEXML": [
"4.0"
],
"FontBlaster": [
"3.0.0"
],
"JSQWebViewController": [
"~> 5.0"
],
"RealmSwift": [
"~> 2.1"
]
},
"pushed_with_swift_version": "3.0"
}