blob: 68e8746bd583afc3bb65584472e1a58498a954f0 [file] [log] [blame]
{
"name": "SwiftFFDB",
"version": "0.2.1",
"summary": "a Object/Relational Mapping (ORM) support to iOS and Perfect-Server library.",
"homepage": "https://github.com/Fidetro/SwiftFFDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fidetro": "zykzzzz@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Fidetro/SwiftFFDB.git",
"tag": "0.2.1"
},
"source_files": [
"Sources",
"Sources/*.{swift}"
],
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
"~> 2.7.2"
]
},
"pushed_with_swift_version": "4.0"
}