[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / 2 / DSZStoreManager / 0.2.1 / DSZStoreManager.podspec.json
blobcd17cd161700b58933c8802ca7ec64e539df7b9c
2   "name": "DSZStoreManager",
3   "version": "0.2.1",
4   "summary": "A short description of DSZStoreManager.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/787519869@qq.com/DSZStoreManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "787519869@qq.com": "zhaojinhui@corp-ci.com"
13   },
14   "source": {
15     "git": "git@gitee.com:zhaojh93/DSZCacheManager.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "DataBaseStore",
24       "source_files": "DSZSource/Classes/DataBaseStore/**/*",
25       "dependencies": {
26         "FMDB": [
27           "~>2.7.5"
28         ]
29       }
30     },
31     {
32       "name": "DataStore",
33       "source_files": "DSZSource/Classes/DataStore/**/*"
34     },
35     {
36       "name": "Api",
37       "source_files": "DSZSource/Classes/Api/**/*",
38       "dependencies": {
39         "DSZStoreManager/DataBaseStore": [
41         ],
42         "DSZStoreManager/DataStore": [
44         ]
45       }
46     }
47   ]