blob: dc949676954b99554e50ad2bd305a20277fc92b1 [file] [log] [blame]
{
"name": "CandyMoya",
"version": "0.0.1",
"summary": "封装网络请求",
"homepage": "https://github.com/J-yezi/CandyMoya",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"J-yezi": "yehao1020@gmail.com"
},
"source": {
"git": "https://github.com/J-yezi/CandyMoya.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/CandyMoya/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
"8.0.5"
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxCandyMoya/*.swift",
"dependencies": {
"CandyMoya/Core": [
],
"Moya/RxSwift": [
"8.0.5"
]
}
}
]
}