blob: 70fe09fe6ce79b64a3c99fceaa0f373d9046c522 [file] [log] [blame]
{
"name": "FineEpub",
"version": "0.1.0-beta3",
"summary": "A Simple pub reader writer in Swift.",
"description": "A Simple pub reader writer in Swift and use javascript and css to show epubs.",
"homepage": "https://github.com/mehdok/iOSFineEpub",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mehdi Sohrabi": "mehdok@gmail.com"
},
"source": {
"git": "https://github.com/mehdok/iOSFineEpub.git",
"tag": "0.1.0-beta3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FineEpub/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Fuzi": [
"~> 2.0.1"
],
"objective-zip": [
"~> 1.0.5"
],
"SwiftSoup": [
]
}
}