blob: 3912b4eca801aa8864082f945f2d3e68311ef0a0 [file] [log] [blame]
{
"name": "SNDBManager",
"version": "0.0.5",
"summary": "Database management, temporarily based on FMDB.",
"description": "Database management, temporarily based on FMDB. Easy to operate the database, provided that you need to understand sql syntax.",
"homepage": "https://github.com/snlo/SNDBManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snlo": "snloveydus@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/snlo/SNDBManager.git",
"tag": "0.0.5"
},
"source_files": "SNDBManager/SNDBManager/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"FMDB/FTS": [
]
}
}