4 "summary": "A Cocoa / Objective-C wrapper around SQLite. YapDatabase(key/value store) + FMDB (ARC)",
5 "homepage": "https://github.com/ccworld1000/CCSQLite",
11 "CC": "ccworld1000@gmail.com"
14 "git": "https://github.com/ccworld1000/CCSQLite.git",
18 "default_subspecs": "standard",
26 "libraries": "sqlite3",
27 "source_files": "CCSQLite/*.{h,m}",
29 "OTHER_CFLAGS": "$(inherited)"
39 "source_files": "CCSQLite/*.{h,m}",
41 "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"