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