Tobias Sundstrand

4pods

TSAsyncTesting

Tools for unit testing async methods.

  • Let's you test code on background threads.
  • Wait for the async tasks to finish.
  • Set timeouts and let your tests fail because of it.
  • Block threads to trigger timeouts.

License: MIT

  • Objective C

TSCollections

             TSCollections inclundes implemenations for stack, queue, expanding array and 

two dimensional array (implemented with the expanding arrays). There is a subspec for each collecitons so you only have to include what you need in your code.

License: MIT

  • Objective C

TSCoreData

A better way of handling Core Data when using multiple thread.

License: MIT

  • Objective C

TSNetworking

An iOS7+ networking API based on NSURLSession.

License: MIT

  • Objective C