4 "summary": "A Cocoa / Objective-C wrapper around SQLite. YapDatabase(key/value store) + FMDB (ARC),\nCCKeyValue can replace NSUserDefaults or simple data type or key value type [Lightweight data] [Lightweight cache]. \nCCSQLite 支持 iOS与OSX (Objective-C 封装的SQLite. 结合YapDatabase(key/value store) + FMDB (ARC)),\nCCKeyValue可替换NSUserDefaults 或 简单数据类型 或 键值类型 [轻量级数据] [轻量级缓存].",
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}",
28 "resources": "LICENSE/*.{txt}",
30 "OTHER_CFLAGS": "$(inherited)"
40 "source_files": "CCSQLite/*.{h,m}",
42 "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"