blob: 6ebeb3b96026ce26a6b0d74daa17652916b2db1a [file] [log] [blame]
{
"name": "sqliteClasses",
"version": "1.0.6",
"summary": "Framework to utilize the SQLite with simple methods",
"description": "sqliteClasses to utilize the SQLite with simple methods",
"homepage": "http://osoftz.com",
"license": "MIT",
"authors": {
"osoftz": "support@osoftz.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/osoftz/sqliteClasses.git",
"branch": "master"
},
"swift_version": "4.2",
"source_files": [
"sqliteClasees",
"Classes/**/*.swift"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"SQLite.swift": [
"~> 0.11.5"
]
}
}