blob: 0b1f883bd8aafb2adbfdb3d3cd43d58ff979b5e1 [file] [log] [blame]
{
"name": "YJNetworking",
"version": "0.0.2",
"summary": "oc 的网络封装文件",
"description": "oc基于AFNetWorking的二次封装",
"homepage": "https://github.com/feng562925462/YJNetworking",
"license": "MIT",
"authors": {
"cool": "562925462@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/feng562925462/YJNetworking.git",
"tag": "0.0.2"
},
"source_files": "YJNetworkingDemo/YJNetworkingDemo/YJNetworking/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
]
}
}