blob: 5470b6e676c80c8ecce4ef8c1b8b56b8e0728ba0 [file] [log] [blame]
{
"name": "MGAPIService",
"platforms": {
"ios": "9.0"
},
"summary": "Network layer, built on top of RxAlamofire",
"requires_arc": true,
"version": "0.7.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.7.0"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxAlamofire": [
"~> 5.0"
],
"ObjectMapper": [
"~> 3.5"
]
},
"source_files": "MGAPIService/Sources/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}