blob: 453c2cef6853d5b0749759746e5f8ed2fd9c51d0 [file] [log] [blame]
{
"name": "SwiftFFDB",
"version": "2.0.0.4",
"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": "2.0.0.4"
},
"source_files": [
"Sources",
"Sources/*.{swift}"
],
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
"~> 2.7.2"
]
}
}