[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 0 / d / DCCJMiddleware / 0.3.5 / DCCJMiddleware.podspec.json
blobbc82d18d2df9af844ef657f29d748c81cd0ff31c
2   "name": "DCCJMiddleware",
3   "version": "0.3.5",
4   "summary": "A Middleware Modules can decouple individual business components.",
5   "description": "A Middleware Modules can decouple individual business components.\nDependent on: Network, Gateway and some base lower modules\nUsed By: Some business components such as Login, cashier...",
6   "homepage": "https://github.com/Ghstart/DCCJMiddleware",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ghstart": "gonghuan2020@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Ghstart/DCCJMiddleware.git",
16     "tag": "0.3.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DCCJMiddleware/Classes/**/*",
22   "dependencies": {
23     "DCCJCashier": [
24       "~> 0.4.7"
25     ],
26     "DCCJUser": [
27       "~> 0.1.8"
28     ],
29     "DCCJMessageCenter": [
30       "~> 0.2.6"
31     ],
32     "DCCJNetwork": [
33       "~> 0.4.1"
34     ],
35     "DCCJLogin": [
36       "~> 0.2.1"
37     ],
38     "DCCJCycleLoan": [
39       "~> 0.1.2"
40     ]
41   }