JGActionSheet
JGActionSheet copied to clipboard
Pod can not be build when included in extension
I suggest to wrap [UIApplication sharedApplication]
code in
#if !(defined(__has_feature) && __has_feature(attribute_availability_app_extension))
[[UIApplication sharedApplication] beginIgnoringInteractionEvents];
#endif