blob: 8db67521643f9846fe6c046106ddbc0e47bb7742 [file] [log] [blame]
{
"name": "objc-simple-bindings",
"version": "0.1.1",
"summary": "A simple iOS compatible bindings mechanism for Objective-C.",
"homepage": "http://github.com/mruegenberg/objc-simple-bindings",
"license": "MIT",
"authors": {
"Marcel Ruegenberg": "github@dustlab.com"
},
"source": {
"git": "https://github.com/mruegenberg/objc-simple-bindings.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"public_header_files": "NSObject+SimpleBindings.h",
"frameworks": "CoreFoundation"
}