blob: 5ee10a73237071c8d09e0c417e155d96bd26b04e [file] [log] [blame]
{
"name": "SaxoReaderKit",
"version": "1.1.1",
"summary": "A Swift ePub reader and parser framework for iOS.",
"description": "Written in Swift.\nThe Best Open Source ePub Reader.",
"homepage": "https://github.com/SolomiyaN/FolioReaderKit",
"license": "BSD",
"authors": {
"Heberti Almeida": "hebertialmeida@gmail.com"
},
"source": {
"git": "https://github.com/SolomiyaN/FolioReaderKit.git",
"tag": "1.1.1"
},
"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"
}