blob: 91931b0b3653174d0297fb4b436e2b104cad83ce [file] [log] [blame]
{
"name": "YapDatabase",
"version": "2.4.1",
"summary": "A key/value store built atop sqlite for iOS & Mac.",
"homepage": "https://github.com/yaptv/YapDatabase",
"license": "MIT",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"libraries": "sqlite3",
"authors": {
"Robbie Hanson": "robbiehanson@deusty.com"
},
"source": {
"git": "https://github.com/yaptv/YapDatabase.git",
"tag": "2.4.1"
},
"source_files": "YapDatabase/**/*.{h,m,mm}",
"xcconfig": {
"OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
},
"private_header_files": "YapDatabase/**/Internal/*.h",
"dependencies": {
"CocoaLumberjack": [
"~> 1.6.3"
]
},
"requires_arc": true
}