blob: 8be46a6de3a11fa3cac643a0e0d521a762e5ff37 [file] [log] [blame]
{
"name": "EasyMoya",
"version": "1.2.1",
"summary": "A syntax sugar to use Moya.",
"homepage": "https://github.com/ghmake1y/EasyMoya",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ghmake1y": "gh1123.fish@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ghmake1y/EasyMoya.git",
"tag": "1.2.1"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "EasyMoya/",
"dependencies": {
"Moya": [
"~> 8.0.0"
],
"SwiftyJSON": [
]
},
"frameworks": "Foundation"
}
]
}