blob: 4d9bbd17e11bcfe2121da4f0d285c0437aa486e1 [file] [log] [blame]
{
"name": "MK-Moya",
"version": "0.0.2",
"summary": "A short description of MK-Moya.",
"description": "quickly build a networking in project",
"homepage": "https://github.com/Captain-MK/MK-Moya.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Captain-MK": "476618228@qq.com"
},
"social_media_url": "https://github.com/Captain-MK",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Captain-MK/MK-Moya.git",
"tag": "0.0.2"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*",
"dependencies": {
"Moya": [
"~> 11"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}
]
}