blob: b9cff94e9a9d8bf75f6f9d1b24caca1ae0a2aa80 [file] [log] [blame]
{
"name": "sqliteMethods",
"version": "0.0.2",
"summary": "Framework to utilize the SQLite with simple methods",
"description": "sqliteClass to utilize the SQLite with simple methods",
"homepage": "http://wissend.com",
"license": "MIT",
"authors": {
"Siva": "sivanagarajan18@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sivanagarajan18/sqliteMethods.git",
"branch": "master"
},
"swift_versions": "4.2",
"source_files": [
"sqliteMethods",
"Classes/**/*.swift"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"SQLite.swift": [
"~> 0.11.5"
]
},
"swift_version": "4.2"
}