[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 2 / DSZStoreManager / 0.2.0 / DSZStoreManager.podspec.json
blobcce9bfdbcd34244cd646114a9ce3f02c6ac511f7
2   "name": "DSZStoreManager",
3   "version": "0.2.0",
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:wodetianzhaojh/DSZCacheManager.git",
16     "tag": "0.2.0"
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   ]