blob: e409dc842170062ff2ca8148cbdc69071451ed2a [file] [log] [blame]
{
"name": "DBAccess",
"version": "0.1.0",
"summary": "It's a ORM tool for iOS developer that use sqlite more easily.",
"homepage": "https://github.com/happiness9721/DBAccess",
"license": "MIT",
"authors": {
"Joe": "t9590345@gmail.com"
},
"source": {
"git": "https://github.com/happiness9721/DBAccess.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DBAccess": [
"Pod/Assets/*.png"
]
},
"libraries": "sqlite3.0"
}