blob: 5351448f920811a0a5396d562db0eb98789a680f [file] [log] [blame]
{
"name": "RTDatabase",
"version": "0.0.2",
"summary": "A Library for iOS to use for sqlite",
"homepage": "https://github.com/FuihuiC",
"authors": {
"ENUUI": "ENUUI_C@163.com"
},
"source": {
"git": "https://github.com/FuihuiC/RTDB.git",
"tag": "0.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.2"
},
"license": "MIT",
"source_files": [
"RTDatabase/RTDatabase.h",
"RTDatabase/core/*.{h,m}"
],
"public_header_files": [
"RTDatabase/RTDatabase.h",
"RTDatabase/core/*.{h}"
]
}