blob: 4b441321564f0e3c3bb6776a042641ded81f710d [file] [log] [blame]
{
"name": "MoyaHandyJSON",
"version": "0.1.0",
"summary": "Moya extensions that allow the response to be decoded into objects using the HandyJSON.",
"description": "允许使用HandyJSON将Response解码为对象的Moya扩展。\nMoya extensions that allow the response to be decoded into objects using the HandyJSON.",
"homepage": "https://github.com/zys-developer/MoyaHandyJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zys-developer": "zys_dev@163.com"
},
"source": {
"git": "https://github.com/zys-developer/MoyaHandyJSON.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"swift_versions": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.swift",
"dependencies": {
"Moya": [
],
"HandyJSON": [
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxSwift/*.swift",
"dependencies": {
"MoyaHandyJSON/Core": [
],
"RxSwift": [
],
"Moya/RxSwift": [
]
}
}
],
"swift_version": "4.0"
}