blob: 3c74a98217778b704fed7f81c0cad9aee370b28a [file] [log] [blame]
{
"name": "MGAPIService",
"platforms": {
"ios": "9.0"
},
"summary": "Network layer, built on top of RxAlamofire",
"requires_arc": true,
"version": "0.2.1",
"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.2.1"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.3"
],
"RxAlamofire": [
"~> 4.3"
],
"ObjectMapper": [
"~> 3.3"
]
},
"source_files": "MGAPIService/**/*.{swift}",
"swift_version": "4.2"
}