blob: 49c811ddedc1ea8b2e290045792e8db0870ab1d6 [file] [log] [blame]
{
"name": "FolioReaderKit",
"version": "0.3.5",
"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",
"license": "GNU",
"authors": {
"Heberti Almeida": "hebertialmeida@gmail.com"
},
"source": {
"git": "https://github.com/FolioReader/FolioReaderKit.git",
"tag": "0.3.5"
},
"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,xcdatamodeld}",
"Source/Resources/Images/*.png",
"Source/Resources/Fonts/**/*.{otf,ttf}"
],
"preserve_paths": "Source/**/*.xcdatamodeld",
"public_header_files": "Source/*.h",
"libraries": "z",
"frameworks": "CoreData",
"dependencies": {
"SSZipArchive": [
],
"UIMenuItem-CXAImageSupport": [
],
"ZFDragableModalTransition": [
],
"AEXML": [
],
"FontBlaster": [
],
"JSQWebViewController": [
]
}
}