ObjcScopedGuardFramework 1.1

ObjcScopedGuardFramework 1.1

License BSD
ReleasedLast Release Dec 2014

Maintained by Alexander Dodatko.



  • By
  • Alexander Dodatko

A binary release of pod ObjcScopedGuard

A class in Objective-C++ to effectively manage critical resources such as files, streams, sockets. It uses Objective-C blocks to hold cleanup actions. The resource gets disposed once the function exits. You won't forget to close your file or dismiss the operation queue anymore.

Installation

pod 'ObjcScopedGuardFramework'

Authors

Alexander Dodatko

License

BSD