[package] name = "objc-foundation" version = "0.1.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] block = "0.1" objc = "0.2" objc_id = "0.1"