blob: 207a4c14538b5a91442bd30953f8b5edb06047c7 [file] [log] [blame]
{
"name": "YQSNetwork",
"version": "0.0.1",
"summary": "益趣生活内部员工使用版本使用,经过简单封装的网络请求相关代码.",
"description": "The network service layer of 益趣生活APP",
"homepage": "https://github.com/Nasy521/YQSNetwork",
"license": "MIT",
"authors": {
"Nasy": "enaiyan@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Nasy521/YQSNetwork.git",
"tag": "0.0.1"
},
"frameworks": "SystemConfiguration",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"JSONModel": [
"~> 1.7.0"
]
}
}