blob: 64acb30c0c70ccaaed890f1f22b65737dd9596a7 [file] [log] [blame]
{
"name": "BNCSQLite",
"version": "1.3.7",
"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.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BNCSQLite/**/*.{h,m}",
"libraries": "sqlite3"
}