blob: bce9f30b763340c91d70edae0ba126cc693c6212 [file] [log] [blame]
{
"name": "SwiftFFDB",
"version": "2.0.1.2",
"summary": "a Object/Relational Mapping (ORM) support to iOS.",
"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.1.2"
},
"source_files": [
"Sources",
"Sources/*.{swift}"
],
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
"~> 2.7.2"
]
}
}