TWNetwork 2.0.0× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Jul 2016Maintained by laughmaker.Installation Guide×Installation Guide for TWNetworkYou want to add pod 'TWNetwork', '~> 2.0' similar to the following to your Podfile:target 'MyApp' do pod 'TWNetwork', '~> 2.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try TWNetworkSee PodspecGitHub RepoPage on CocoaPods.orgTWNetwork 2.0.0Byhezhendonglaughmaker/TWNetworkGitHub Repo 网络请求 轻量紴的网络请求库,仅使用原生的NSURLSession来完成,超级的轻量 支持GET、POST请求和文件的上传下载 以上