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