blob: cda31663fc79414606c2fc3c214515eb57851855 [file] [log] [blame]
{
"name": "IOSQlite",
"version": "0.1.1",
"summary": "A very simple obj-c wrapper arround sqlite3",
"description": "a small wrapper providing some objective c methods around sqlite3",
"homepage": "https://github.com/nickolanack/IOSQlite",
"license": "MIT",
"authors": {
"nickolanack": "nickblackwell82@gmail.com"
},
"source": {
"git": "https://github.com/nickolanack/IOSQlite.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IOSQlite": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"sqlite3": [
]
}
}