{ | |
"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" | |
] | |
} | |
} |