diff --git a/packages.json b/packages.json index 6c95c22..2876152 100644 --- a/packages.json +++ b/packages.json @@ -471,6 +471,16 @@ "description": "Efficient Bloom filter implementation in Nimrod using MurmurHash3.", "license": "MIT", "web": "https://www.github.com/boydgreenfield/nimrod-bloom/" + }, + + { + "name": "objcbridge", + "url": "git://github.com/gradha/nimrod-objective-c-bridge/", + "method": "git", + "tags": ["objc", "objective-c", "bridge", "macros", "integration"], + "description": "Macros to interface with Objective-C.", + "license": "MIT", + "web": "https://github.com/gradha/nimrod-objective-c-bridge/" } ]