NSString-ZENVersions 0.1.2

NSString-ZENVersions 0.1.2

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
}

Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create pull request