2 "name": "ZBWUnifiedStorage",
4 "summary": "iOS 统一存储库",
5 "description": "统一存储,支持多种形式的持久化和内存存储方式,使用统一的API调用方式,降低各种存储方式的使用成本,提高效率。\n支持NSUserDefaults、NSCache、归档、钥匙串keychain等存储方式;\n支持过期时间设置;\n存储路径从 cache目录改成document目录",
6 "homepage": "https://github.com/HangZhouShuChengKeJi/ZBWUnifiedStorage",
12 "bwzhu": "bowen.zhu@91chengguo.com"
15 "git": "https://github.com/HangZhouShuChengKeJi/ZBWUnifiedStorage.git",
18 "default_subspecs": "UnifiedStorage",
27 "name": "UnifiedStorage",
29 "ZBWUnifiedStorage/ZBWUnifiedStorage.{h,m}",
30 "ZBWUnifiedStorage/**/*.{h,m}"
34 "name": "UserDefaultsCompatible",
35 "source_files": "ZBWUnifiedStorage/UserDefaultsCompatible/*.{h,m}",
37 "ZBWUnifiedStorage/UnifiedStorage": [
42 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ZBW_US_Compatible_UserDefaults=1"