blob: 75b220274f9bc48896d598d6d64edd88b429bdcd [file] [log] [blame]
{
"name": "YaftDB",
"version": "0.2.0",
"summary": "Yet another Swift wrapper for YapDatabase",
"homepage": "https://github.com/kolyasev/YaftDB",
"license": "MIT",
"authors": {
"Denis Kolyasev": "kolyasev@gmail.com"
},
"source": {
"git": "https://github.com/kolyasev/YaftDB.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"YapDatabase": [
"~> 2.9"
]
}
}