blob: 59d7bdb9745e8ebf4c2cc8aba841e50b5db46535 [file] [log] [blame]
{
"name": "MadSqliteSwift",
"version": "0.2.1",
"summary": "A simple Sqlite Abstraction",
"description": "A simple Sqlite Abstraction with FTS5 and R*Tree enabled",
"homepage": "https://manimaul.github.io/madsqlite/",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"William Kamp": "manimaul@gmail.com"
},
"documentation_url": "https://manimaul.github.io/madsqlite/ios",
"source": {
"git": "https://github.com/manimaul/madsqlite-ios-swift.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.1"
},
"source_files": "MadSqliteSwift/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"MadSqlite": [
"0.2.1"
]
},
"pushed_with_swift_version": "3.0"
}