blob: 50e7bde8fc7586906cd07e1e52ed2c89ab2adf75 [file] [log] [blame]
{
"name": "LSJNetWorking",
"version": "0.0.2",
"summary": "基于AFNetworking 4.x 最新版本的网络封装",
"description": "基于AFNetworking 4.x 最新版本的封装 集成了get/post 方法请求数据,单图/多图上传,视频上传/下载,网络监测 等多种网络请求方式.",
"homepage": "https://github.com/songjie1314/LSJNetWorking",
"license": "MIT",
"authors": {
"阿杰": "email@address.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/songjie1314/LSJNetWorking.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": [
"LSJNetWorking",
"我的网络框架/我的框架/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "我的网络框架/我的框架/*.h",
"dependencies": {
"AFNetworking": [
]
}
}