CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

ISUtilities 1.1.2

ISUtilities 1.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Jason Barrie Morley.



  • By
  • Jason Barrie Morley

Objective-C utility classes used in various InSeven Limited libraries and projects.

Installation

Documentation

Compiled documentation is available on CocoaDocs.

Documentation can be built locally using appledoc by executing the following command from the root of the repository:

./Scripts/build-docs.sh

Tests

Tests can be run by executing the following command from the root of the repository:

./Scripts/run-tests.sh

Changelog

Version 1.1.0

  • Adding appledoc.
  • Adding unit tests.
  • Changing the internal directory structure to make it easier to include without CocoaPods.
  • Separating UIKit and CoreFoundation libraries into separate headers.
  • Adding support for OS X targets.
  • FIX: Fixing thread safety issues in ISWeakReferenceArray when references are freed on during enumeration.

Version 1.0.1

  • FIX: Support for nil blocks in UIAlertView+Block.

Version 1.0.0

  • Initial release.

License

ISUtilities is available under the MIT license. See the LICENSE file for more info.