blob: ccb929d4e8d406c5391eb1a097c3daa9be653411 [file] [log] [blame]
{
"name": "GXAPIService",
"version": "1.0.0",
"summary": "NetWorkService with Moya and RxSwift",
"description": "NetWorkService with Moya and RxSwift.",
"homepage": "https://git.lug.ustc.edu.cn/GuoXinJingAn/gxapiservice.git",
"license": "MIT",
"authors": {
"wenshiming": "7672699904@qq.com"
},
"source": {
"git": "https://git.lug.ustc.edu.cn/GuoXinJingAn/gxapiservice.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "GXAPIService/*.{h,m,swift}",
"dependencies": {
"Moya/RxSwift": [
],
"SwiftyJSON": [
]
}
}