Bindings to the Objective-C Runtime for the Crystal programming language.
-
Add the dependency to your
shard.yml
:dependencies: objc: github: chances/objc.cr
-
Run
shards install
require "objc"
# TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/chances/objc.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Chance Snow - creator and maintainer