blob: c55ad94f1fb2ab25177f6a9596e9e0a7fd8aff1c [file] [log] [blame]
{
"name": "SLCSqlite",
"version": "0.1.1",
"summary": "SLCSqlite is a tool which is for using sqlite.",
"homepage": "https://github.com/WeiKunChao/SLCSqlite.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WeiKunChao": "17736289336@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/WeiKunChao/SLCSqlite.git",
"tag": "0.1.1"
},
"source_files": "SLCSqlite/**/*.{h,m}",
"public_header_files": "SLCSqlite/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}