blob: b0fdee558513fd6ed514a1251c35f15129543a21 [file] [log] [blame]
{
"name": "FolioReaderKit",
"version": "0.7.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": "0.7.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,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": [
]
}
}