blob: e5010b5d446a88b6cf7348888ff9971c8d92f936 [file] [log] [blame]
{
"name": "RLNetworking",
"version": "0.1.0",
"summary": "依赖于AFNetworking的网络工具。包括(GET POST请求),上传单个/多个文件,下载功能。",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaronwk": "jlrslwang@163.com"
},
"source": {
"git": "https://github.com/Aaronwk/RLNetworking.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RLNetworking/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}