blob: c8e0b5e6e465969db492f9bd9804c93bde0ea10d [file] [log] [blame]
{
"name": "FineEpub",
"version": "0.1.2",
"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.2"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FineEpub/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Fuzi": [
"~> 3.1.1"
],
"objective-zip": [
"~> 1.0.5"
],
"SwiftSoup": [
]
}
}