blob: fe8e408c2ba01c29e2f72e8f1d783cd74bedf3f7 [file] [log] [blame]
{
"name": "SXNetwork",
"version": "0.0.3",
"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.3"
},
"requires_arc": true,
"source_files": "SXNetwork/*",
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
]
}
}