Bindings to the Objective-C Runtime for the Crystal programming language
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
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)