[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / 0 / d / DCCJMiddleware / 0.2.1 / DCCJMiddleware.podspec.json
blobbf0ff5df319fc29967d95ce41ef82429b62ca9cb
2   "name": "DCCJMiddleware",
3   "version": "0.2.1",
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.2.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DCCJMiddleware/Classes/**/*",
22   "dependencies": {
23     "DCCJNetwork": [
24       "~> 0.2.6"
25     ],
26     "DCCJCashier": [
27       "~> 0.1.9"
28     ],
29     "DCCJUser": [
30       "~> 0.1.1"
31     ]
32   }