XCLib 0.0.2× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release May 2017Maintained by sinsmin.Installation Guide×Installation Guide for XCLibYou want to add pod 'XCLib', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'XCLib', '~> 0.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 XCLibSee PodspecGitHub RepoPage on CocoaPods.orgXCLib 0.0.2Bysinsmingithub.com/sinsminGitHub RepoThis library is deprecated. 包含iOS开发中常用的分类和工具类 ###分类 UIImage NSString ###工具类 XCHTTPClient 基于NSURLSession的轻量级封装的网络请求,支持get/post/upload/download操作 XCGCDTaskQueue 基于GCD的简单的任务队列,使用block调用 XCObjectCacheManager 缓存管理类(同步/异步),支持本地和内存缓存 XCIOManager IO操作管理类,新建/删除目录、文件;写入/读取数据;支持NSUserDefaults/Archive操作 XCKeychainWrapper keychain操作 XCSecurityUtil 常用加解密算法 XCDateFormatUtil 时间格式化操作 AppInfoUtil 获取App一些常用信息