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 |
Maintained by Christoffer Winterkvist.
Helping you find inner peace when comparing version numbers.
BOOL needsToUpdate = [@"1.0.1a" zen_olderThan:@"1.1.3"];
if (needsToUpdate) {
// update
}git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)