blob: 03afafab6946b5ff1de078b59ec44a3f814823a4 [file] [log] [blame]
{
"name": "YJNetworking",
"version": "0.0.3",
"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.3"
},
"source_files": "YJNetworkingDemo/YJNetworkingDemo/Classses/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"YYCache": [
"~> 1.0.4"
]
}
}