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 "default_subspecs": "standard",
23 "source_files": "YapDatabase/**/*.{h,m,mm}",
25 "OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
27 "private_header_files": "YapDatabase/**/Internal/*.h",
37 "libraries": "sqlite3",
39 "YapDatabase/common": [
51 "YapDatabase/common": [
56 "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"