Sha256: 6f145fc1c078880ce59c85ee3a67ce8cb012a733f94fb5c867531c63b092ce99

Contents?: true

Size: 826 Bytes

Versions: 2

Compression:

Stored size: 826 Bytes

Contents

# 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rm-extensions-0.0.4 README.md
rm-extensions-0.0.3 README.md