blob: f17fb3ff7312f705c1952b37f728457c3d2d275f [file] [log] [blame]
{
"name": "BeeEpubReaderSDK",
"version": "0.1.0",
"summary": "epub reader sdk",
"description": "0.0.x:基础功能\n0.1.0:bitcode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"5hito": "beemans@foxmail.com"
},
"homepage": "https://github.com/5hito/BeeEpubReaderSDK",
"source": {
"git": "https://github.com/5hito/BeeEpubReaderSDK.git",
"tag": "0.1.0"
},
"source_files": "lib/Header/*.h",
"resources": "lib/Resources/*.bundle",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_libraries": "lib/libBeeEpubReaderSDK.a"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"GDataXMLNode2": [
],
"SSZipArchive": [
],
"MBProgressHUD": [
"~> 1.1.0"
]
}
}