Tobias Sundstrand

4个pods

TSAsyncTesting

用于异步方法单元测试的工具。

  • 允许您在后台线程上测试代码。
  • 等待异步任务完成。
  • 设置超时,允许您的测试因超时而失败。
  • 阻塞线程以触发超时。

许可证: MIT

  • Objective C

TSCollections

             TSCollections inclundes implemenations for stack, queue, expanding array and 

二维数组(用扩展数组实现)。对于每个colleciton都有一个subspect,因此您只需在代码中包含您需要的部分。

许可证: MIT

  • Objective C

TSCoreData

在多线程使用Core Data时的更好处理方法。

许可证: MIT

  • Objective C

TSNetworking

基于NSURLSession的iOS7+网络API。

许可证: MIT

  • Objective C