blob: e33d9d6444f1426ec96d77b3fdc48771ac674e0f [file] [log] [blame]
{
"name": "EpubExtractor",
"version": "0.1.1",
"summary": "iOS library to extract epubs",
"description": "This library offers a light, efficent and easy to use interface to extract and parse epubs 2 or 3",
"homepage": "https://github.com/f-meloni/EpubExtractor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"f-meloni": "franco.meloni91@gmail.com"
},
"source": {
"git": "https://github.com/f-meloni/EpubExtractor.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EpubExtractor/Classes/**/*",
"dependencies": {
"SSZipArchive": [
"~> 1.7"
],
"AEXML": [
"~> 4.0.2"
]
},
"pushed_with_swift_version": "3.0"
}