objc-foundation 0.0.1

Rust wrapper for Objective-C's Foundation framework.
[package]
name = "objc-foundation"
version = "0.0.1"
authors = ["Steven Sheldon"]

description = "Rust wrapper for Objective-C's Foundation framework."
keywords = ["objective-c", "osx", "ios", "cocoa", "uikit"]
repository = "http://github.com/SSheldon/rust-objc-foundation"
documentation = "http://ssheldon.github.io/rust-objc/objc_foundation/"
license = "MIT"

exclude = [".gitignore"]

[dependencies]
libc = "0.1"
block = "0.1"
objc = "0.1"
objc_id = "0.0"