blob: 25eb1a3d80d1e8ef751d7a93fb89c9b0d510ed46 [file] [log] [blame]
{
"name": "SXNetwork",
"version": "0.0.2",
"platforms": {
"ios": "9.0"
},
"summary": "基于AFNetworking再次封装的网络请求框架",
"homepage": "https://github.com/LKeBing/SXNetwork",
"license": "MIT",
"authors": {
"LKeBing": "13568922114@163.com"
},
"source": {
"git": "https://github.com/LKeBing/SXNetwork.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": "SXNetwork/*",
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
]
}
}