blob: 0d5f48d339e9a3dfe37cafa9738235b6e75b02f4 [file] [log] [blame]
{
"name": "BNCSQLite",
"version": "1.4.1",
"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.4.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "BNCSQLite/**/*.{h,m}",
"libraries": "sqlite3"
}