[Add] UMCommon 7.5.1
[CocoaPods.git] / Specs / c / 3 / 6 / MGAPIService / 0.6.0 / MGAPIService.podspec.json
blob401618ffeb09d09a0a28cd81a5f475645759a844
2   "name": "MGAPIService",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Network layer, built on top of RxAlamofire",
7   "requires_arc": true,
8   "version": "0.6.0",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Tuan Truong": "tuan188@gmail.com"
15   },
16   "homepage": "https://github.com/tuan188/MGAPIService",
17   "source": {
18     "git": "https://github.com/tuan188/MGAPIService.git",
19     "tag": "0.6.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "RxAtomic": [
24       "~> 4.4"
25     ],
26     "RxSwift": [
27       "~> 4.4"
28     ],
29     "RxAlamofire": [
30       "~> 4.4"
31     ],
32     "ObjectMapper": [
33       "~> 3.3"
34     ]
35   },
36   "source_files": "MGAPIService/Sources/*.{swift}",
37   "swift_version": "5.0"