icykey

Results 2 issues of icykey

Update cocoapods to 1.1.1 and pod 'Bohr', '3.0.0' Bohr will have path issues. need to remove subdirectory Bohr and use quotes ``` #import "BOTableViewController.h" ```

I am trying to pass in more than one argument in the sendEvent function. ``` - (void) sendEvent:(NSString *)eventName withData:(NSDictionary *)data; ``` for example: ``` /namesspace:{"args":["arg1","arg2"],"name":"eventname"} ``` The current api...