blob: acdf2564a6f4910cde511c110c587600a7c5bdbc [file] [log] [blame]
{
"name": "YapDatabase",
"version": "1.2.1",
"summary": "A key/value store built atop sqlite for iOS & Mac.",
"homepage": "https://github.com/yaptv/YapDatabase",
"license": "MIT",
"platforms": {
"ios": "6.1"
},
"authors": {
"yaptv": "robbiehanson@deusty.com"
},
"source": {
"git": "https://github.com/yaptv/YapDatabase.git",
"tag": "1.2.1"
},
"source_files": "YapDatabase/**/*.{h,m}",
"public_header_files": "YapDatabase/Key_Value/YapDatabase.h",
"dependencies": {
"CocoaLumberjack": [
"~> 1.6.2"
]
},
"requires_arc": true
}