#import "MyFirstLibObject.h" #import "ObjectiveSugar.h" @implementation MyFirstLibObject - (NSString *)name { [@[@1, @2, @3] each:^(id item) { // Use one of the Cocoapods here to check compiler is all linked i[ }]; return @"my-first-lib-object"; } @end