{ | |
"name": "LGNetworking", | |
"version": "1.0.0", | |
"summary": "链式网络管理工具(基于AFNetworking),支持GET、POST、TEXT、UPLOAD、DOWNLOAD、PUT、DELETE、PATCH", | |
"homepage": "https://github.com/LYajun/LGNetworking", | |
"license": "MIT", | |
"authors": { | |
"刘亚军": "liuyajun1999@icloud.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/LYajun/LGNetworking.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": "LGNetworking/*.{h,m}", | |
"requires_arc": true, | |
"dependencies": { | |
"AFNetworking": [ | |
] | |
} | |
} |