blob: 4f1f0b408528624801eb914d55f1b830b14425e2 [file] [log] [blame]
{
"name": "Bookbinder",
"version": "1.0.1",
"summary": "A Swift ePub parser framework for iOS.",
"homepage": "https://github.com/stonezhl/Bookbinder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stone Zhang": "stnzhl@gmail.com"
},
"social_media_url": "https://twitter.com/stonezhl1",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/stonezhl/Bookbinder.git",
"tag": "1.0.1"
},
"source_files": "Bookbinder/**/*.{h,swift}",
"requires_arc": true,
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"Kanna": [
"~> 5.0.0"
],
"ZIPFoundation": [
"~> 0.9"
]
},
"swift_version": "5.0"
}