Tobias Sundstand

5pods

Realm-Rest

An extension to Realm.io for working with JSON based Rest API's

License: MIT

  • Objective C

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

TSMarkdownParser

TSMarkdownParser is a markdown to NSAttributedString parser for iOS, TVOS and OSX implemented using NSRegularExpressions. It supports many of the standard tags layed out by John Gruber on his site Daring Fireball. It is also very extendable via Regular Expressions making it easy to add your own custom tags or a totally different parsing syntax if you like.

License: MIT

  • Objective C