blob: acce76171cd52aab56c611518e23aac2d6f8e71d [file] [log] [blame]
{
"name": "wcdbframework",
"version": "0.0.1",
"summary": "build framework of wcdb for X86_64,armv7s,arm64",
"description": "easy use wcdb framework ,build framework of wcdb for X86_64,armv7s,arm64",
"homepage": "https://github.com/xiazhouquan/wcdbframework",
"license": "MIT",
"authors": {
"852784647@qq.com": "852784647@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xiazhouquan/wcdbframework.git",
"tag": "0.0.1"
},
"source_files": [
"wcdbframework/WCDB.framework/Headers/*.{h}",
"wcdbframework/sqlcipher.framework/Headers/*.{h}"
],
"exclude_files": "Classes/Exclude",
"vendored_frameworks": [
"wcdbframework/WCDB.framework",
"wcdbframework/sqlcipher.framework"
],
"frameworks": [
"CoreFoundation",
"Security",
"Foundation"
],
"ios": {
"frameworks": "UIKit"
},
"libraries": [
"z",
"c++"
],
"requires_arc": true
}