blob: 686dc062caac4f7e0aff905d8d4acd8f873a021b [file] [log] [blame]
{
"name": "sqliteClasses",
"version": "1.0.8",
"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"
]
}
}