blob: e1200ffa52338e13ef1ce0872dd3006c17894fb7 [file] [log] [blame]
{
"name": "FounderEpub",
"version": "0.0.1",
"summary": "FounderEpub. Library",
"description": "use FounderEpub with Cocoapod",
"homepage": "https://github.com/sunforcode/FounderEpub1",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"sunyongji": "363148025@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sunforcode/FounderEpub1.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"prefix_header_file": "Classes/EPUBPch.pch",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"FMDB": [
],
"MBProgressHUD": [
]
}
}