[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / 9 / 0 / d / DCCJMiddleware / 0.4.2 / DCCJMiddleware.podspec.json
blob8f76ac3ff50e60a94b6741807072f8ad090ee754
2   "name": "DCCJMiddleware",
3   "version": "0.4.2",
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.4.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DCCJMiddleware/Classes/**/*",
22   "dependencies": {
23     "DCCJCashier": [
24       "~> 0.5.3"
25     ],
26     "DCCJUser": [
27       "~> 0.1.8"
28     ],
29     "DCCJMessageCenter": [
30       "~> 0.2.8"
31     ],
32     "DCCJNetwork": [
33       "~> 0.4.1"
34     ],
35     "DCCJLogin": [
36       "~> 0.2.4"
37     ],
38     "DCCJCycleLoan": [
39       "~> 0.1.8"
40     ]
41   }