2 "name": "ELAutoSelector",
4 "summary": "A light-weight tool helps developers use block for 'target action' kind methods",
5 "description": "If you feel `- (void)addTarget:(id)target action:(SEL)action forControlEvents:(UIControlEvents)controlEvents;` is too complex to use, try ELAutoSelector.\nIt is very easy to use:\n\n#import \"ELAutoSelectorHelper.h\"\n...\n// In implementation\n [myButton addTarget:ELTarget action:ELAction(^(id _Nonnull _self, id _Nonnull sender) {\n ...\n // What you want to do\n }, self) forControlEvents:UIControlEventTouchUpInside];\n...",
6 "homepage": "https://github.com/Elenionl/ELAutoSelector",
12 "Hanping Xu": "stellanxu@gmail.com"
14 "social_media_url": "https://github.com/Elenionl",
19 "git": "https://github.com/Elenionl/ELAutoSelector.git",
22 "source_files": "ELAutoSelectorHelper/*",
24 "frameworks": "Foundation"