blob: ccc89d602f8423d4065124fa9e3b87215b8d02f4 [file] [log] [blame]
{
"name": "YapDatabase",
"version": "2.7.7",
"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.7"
},
"platforms": {
"osx": "10.8",
"ios": "6.0",
"tvos": "9.0"
},
"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
}
]
}