I have a cocoapod library which contains assets in 2 formats:
my podsp
podsp
You can access images from pods by using their bundle id
NSBundle * bundle = [NSBundle bundleWithIdentifier:@"bundle id of your pod"]; UIImage * image = [UIImage imageNamed:@"imageName" inBundle:bundle compatibleWithTraitCollection:nil];