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