blob: cc86dddd6d56790f27b951791b940f6b5caa6bb6 [file] [log] [blame]
{
"name": "XFNetworking",
"version": "1.0.0",
"summary": "基于 AFNetWorking 的二次封装",
"description": "XFNetworking 是基于 AFNetWorking 的二次封装的基类,加解密逻辑,需要再包一层。",
"homepage": "https://github.com/x5forever",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"x5": "x5forever@163.com"
},
"source": {
"git": "https://github.com/x5forever/XFNetworking.git",
"tag": "V1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "XFNetworking/XFNetworking/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~>3.1.0"
]
}
}