blob: 04d552e7b2b2a506811e6e518f9cc86290bf5e37 [file] [log] [blame]
{
"name": "RTSQLite",
"version": "0.0.2",
"summary": "A Library for iOS to use for sqlite.",
"homepage": "https://www.ENUUI.com",
"authors": {
"ENUUI": "ENUUI_C@163.com"
},
"source": {
"git": "https://github.com/FuihuiC/RTSQLite.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.2"
},
"license": "MIT",
"source_files": [
"RTSQLite/RTSQLite.h",
"RTSQLite/Core/*.{h,m}"
],
"public_header_files": [
"RTSQLite/RTSQLite.h",
"RTSQLite/Core/*.{h}"
]
}