TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
What is Gizou? Put simply it's a factory for Objective-C developers for creating sample data very similar to the projects which inspired it such as MBFaker and Faker. If you've ever had to create sample data before you know it can be tough to get right (you DON'T want to just use randomly character strings for everything if you want to avoid heartache) so the best solution is a library that can generate realistic data such as names, emails, addresses, etc.
I created Gizou because after using MBFaker quite a bit when creating Foundry (another project of mine which is a factory for objects that I totally suggest you also check out) I realized it was lacking in a few keys places. Gizou improves upon and addresses these issues by adding the following features:
Enough reasons for you? Go ahead and try it out and if you want full mock objects (both NSObject and Core Data NSManagedObjects) that is built on Gizou also check out Foundry, especially if you want something like factory_girl but for Objective-C.
John Tumminaro, [email protected]
Gizou is available under the MIT license. See the LICENSE file for more info.