blob: 237ac585eac285d6ca6ac7548bb5947ffbea86e8 [file] [log] [blame]
{
"name": "EPUBKit",
"version": "0.3.1",
"summary": "📚 A simple swift library for parsing EPUB documents.",
"description": "EPUBKit is a lightweight library designed for parsing EPUB documents.",
"homepage": "https://github.com/witekbobrowski/EPUBKit",
"license": "MIT",
"authors": {
"witekbobrowski": "witek@bobrowski.com.pl"
},
"social_media_url": "https://github.com/witekbobrowski",
"swift_version": "4.2",
"source": {
"git": "https://github.com/witekbobrowski/EPUBKit.git",
"tag": "0.3.1"
},
"source_files": [
"Sources/*.{h,swift}",
"Sources/**/*.swift"
],
"platforms": {
"ios": "9.3",
"osx": "10.10",
"tvos": "9.0"
},
"dependencies": {
"Zip": [
],
"AEXML": [
]
}
}