| { |
| "name": "sqliteMethods", |
| "version": "0.0.3", |
| "summary": "Framework to utilize the SQLite with simple methods", |
| "description": "sqliteClass to utilize the SQLite with simple methods", |
| "homepage": "https://github.com/sivanagarajan18/sqliteMethods.git", |
| "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" |
| } |