blob: 8e06c67e8e0575a6fdb809ef60bd6c0445dc0867 [file] [log] [blame]
{
"name": "YapDatabase",
"version": "2.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"
},
"libraries": "sqlite3",
"authors": {
"yaptv": "robbiehanson@deusty.com"
},
"source": {
"git": "https://github.com/yaptv/YapDatabase.git",
"tag": "2.2"
},
"source_files": "YapDatabase/**/*.{h,m,mm}",
"xcconfig": {
"OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
},
"public_header_files": "YapDatabase/Key_Value/YapDatabase.h",
"dependencies": {
"CocoaLumberjack": [
"~> 1.6.3"
]
},
"requires_arc": true
}