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