blob: ae72ef1d6ffb3c7719d28398c7993588cf13a1ca [file] [log] [blame]
{
"name": "MoyaPlusHandyJSON",
"version": "1.0",
"summary": "MoyaPlusHandyJSON Extension",
"description": "Moya + HandyJSON + Lazy Provider",
"homepage": "https://github.com/winddpan/MoyaPlusHandyJSON",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"authors": {
"winddpan": "winddpan@126.com"
},
"source": {
"git": "https://github.com/winddpan/MoyaPlusHandyJSON.git",
"tag": "1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"dependencies": {
"Moya/RxSwift": [
"~> 11.0"
],
"HandyJSON": [
"~> 4.0.0-beta.1"
]
}
}