blob: 6c45b45eb8f2e0a6ad2826f4ebb63d368c4d881e [file] [log] [blame]
{
"name": "BNCSQLite",
"version": "1.3.8",
"summary": "A Objective-C Wrapper Around SQLite",
"description": "A objective-C wrapper around SQLite inspired by CTPersistance",
"homepage": "https://github.com/BigNerdCoding/BNCSQLite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BigNerdCoding": "bignerdcoding@huami.com"
},
"source": {
"git": "https://github.com/BigNerdCoding/BNCSQLite.git",
"tag": "1.3.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BNCSQLite/**/*.{h,m}",
"libraries": "sqlite3"
}