blob: fda8a54bc3854063e2e986679950c60c48d5f45b [file] [log] [blame]
{
"name": "YaftDB",
"version": "0.1.5",
"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.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"YapDatabase": [
"~> 2.7"
]
}
}