# RMExtensions Extensions and helpers for dealing with various areas of rubymotion: - memory management - block/scope/local variable issues - GCD blocks - retaining objects through async procedures - weak attr_accessors Currently depends on bubblewrap and BlocksKit. ## Installation Add this line to your application's Gemfile: gem 'rm-extensions' Add this line to your application's Rakefile: pod 'BlocksKit' And then execute: $ bundle ## Usage Some code is commented. TODO. ## Contributing If you have a better way to accomplish anything this library is doing, please share! 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 new Pull Request