blob: 8da627d076ffbddfe1de388dc557660c1983ac7f [file] [log] [blame]
{
"name": "MGAPIService",
"platforms": {
"ios": "10.0"
},
"summary": "Network layer, built on top of RxAlamofire",
"requires_arc": true,
"version": "3.0.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": "3.0.0"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"RxAlamofire": [
"~> 5.6"
],
"ObjectMapper": [
"~> 4.2"
]
},
"source_files": "MGAPIService/Sources/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}