4 "summary": "A key/value store built atop sqlite for iOS & Mac.",
5 "homepage": "https://github.com/yapstudios/YapDatabase",
12 "Robbie Hanson": "robbiehanson@deusty.com"
15 "git": "https://github.com/yapstudios/YapDatabase.git",
18 "module_map": "module.modulemap",
19 "default_subspecs": "standard",
23 "libraries": "sqlite3",
29 "source_files": "YapDatabase/**/*.{h,m,mm}",
30 "private_header_files": "YapDatabase/**/Internal/*.h",
32 "OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
46 "source_files": "YapDatabase/**/*.{h,m,mm}",
47 "private_header_files": "YapDatabase/**/Internal/*.h",
49 "OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib",
50 "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"