This is the iOS client library for Clutch.io.
Here's how you might use it for simple A/B testing:
[ClutchAB testWithName:@"signUpBtnColor" A:^{
// Display green sign-up button
} B:^{
// Display blue sign-up button
}];
More documentation can be found at: http://docs.clutch.io/