blob: 401618ffeb09d09a0a28cd81a5f475645759a844 [file] [log] [blame]
{
"name": "MGAPIService",
"platforms": {
"ios": "9.0"
},
"summary": "Network layer, built on top of RxAlamofire",
"requires_arc": true,
"version": "0.6.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tuan Truong": "tuan188@gmail.com"
},
"homepage": "https://github.com/tuan188/MGAPIService",
"source": {
"git": "https://github.com/tuan188/MGAPIService.git",
"tag": "0.6.0"
},
"frameworks": "UIKit",
"dependencies": {
"RxAtomic": [
"~> 4.4"
],
"RxSwift": [
"~> 4.4"
],
"RxAlamofire": [
"~> 4.4"
],
"ObjectMapper": [
"~> 3.3"
]
},
"source_files": "MGAPIService/Sources/*.{swift}",
"swift_version": "5.0"
}