CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
A small library to create NSError with description.
pod "ErrorGen"Pretty simple!
NSError *error = [ErrorGen errorWithDescription:@"desc"];
error.localizedDescription; // => @"desc"
error.domain; // => App's bundle identifiergit checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT