blob: f56ba34a3fcd3dd80eca9ad302724c9290ad1761 [file] [log] [blame]
{
"name": "YapDatabase",
"version": "2.5.4",
"summary": "A key/value store built atop sqlite for iOS & Mac.",
"homepage": "https://github.com/yapstudios/YapDatabase",
"license": "MIT",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"authors": {
"Robbie Hanson": "robbiehanson@deusty.com"
},
"source": {
"git": "https://github.com/yapstudios/YapDatabase.git",
"tag": "2.5.4"
},
"default_subspecs": "standard",
"requires_arc": true,
"subspecs": [
{
"name": "common",
"source_files": "YapDatabase/**/*.{h,m,mm}",
"xcconfig": {
"OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
},
"private_header_files": "YapDatabase/**/Internal/*.h",
"dependencies": {
"CocoaLumberjack": [
"~> 1"
]
},
"requires_arc": true
},
{
"name": "standard",
"libraries": "sqlite3",
"dependencies": {
"YapDatabase/common": [
]
},
"requires_arc": true
},
{
"name": "SQLCipher",
"dependencies": {
"SQLCipher/fts": [
],
"YapDatabase/common": [
]
},
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
},
"requires_arc": true
}
]
}