blob: fe8ba00e3561ee7d56d9808b4b53089dc971b923 [file] [log] [blame]
{
"name": "DoricSQLite",
"version": "0.1.11",
"summary": "Doric extension for SQLite3",
"description": "Support use sqlite3 storage in Doric.",
"homepage": "https://github.com/doric-pub",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"pengfeizhou": "pengfeizhou@foxmail.com"
},
"source": {
"git": "https://github.com/doric-pub/DoricSQLite.git",
"tag": "0.1.11"
},
"platforms": {
"ios": "9.0"
},
"source_files": "iOS/Pod/Classes/**/*",
"public_header_files": "iOS/Pod/Classes/**/*.h",
"dependencies": {
"DoricCore": [
]
},
"libraries": "sqlite3"
}