Sha256: ca0360a37b214e4dfb6a4d6d69feb37c7aebaa89360d449af99b553ae4e0e315

Contents?: true

Size: 899 Bytes

Versions: 1

Compression:

Stored size: 899 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.

AssociatedObject objc runtime taken from BlocksKit, modified to work with rubymotion.

## 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

1 entries across 1 versions & 1 rubygems

Version Path
rm-extensions-0.0.5 README.md