[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 9 / 5 / ZBWUnifiedStorage / 0.0.6 / ZBWUnifiedStorage.podspec.json
blob1753b089054c899068e94eb5febe38497124e8a3
2   "name": "ZBWUnifiedStorage",
3   "version": "0.0.6",
4   "summary": "iOS 统一存储库",
5   "description": "统一存储,支持多种形式的持久化和内存存储方式,使用统一的API调用方式,降低各种存储方式的使用成本,提高效率。\n支持NSUserDefaults、NSCache、归档、钥匙串keychain等存储方式;\n支持过期时间设置;\n存储路径从 cache目录改成document目录",
6   "homepage": "https://github.com/HangZhouShuChengKeJi/ZBWUnifiedStorage",
7   "license": "BSD",
8   "platforms": {
9     "ios": "7.0"
10   },
11   "authors": {
12     "bwzhu": "bowen.zhu@91chengguo.com"
13   },
14   "source": {
15     "git": "https://github.com/HangZhouShuChengKeJi/ZBWUnifiedStorage.git",
16     "tag": "0.0.6"
17   },
18   "default_subspecs": "UnifiedStorage",
19   "requires_arc": true,
20   "dependencies": {
21     "SSKeychain": [
22       "1.4.0"
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "UnifiedStorage",
28       "source_files": [
29         "ZBWUnifiedStorage/ZBWUnifiedStorage.{h,m}",
30         "ZBWUnifiedStorage/**/*.{h,m}"
31       ]
32     },
33     {
34       "name": "UserDefaultsCompatible",
35       "source_files": "ZBWUnifiedStorage/UserDefaultsCompatible/*.{h,m}",
36       "dependencies": {
37         "ZBWUnifiedStorage/UnifiedStorage": [
39         ]
40       },
41       "xcconfig": {
42         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ZBW_US_Compatible_UserDefaults=1"
43       }
44     }
45   ]