blob: faf97a90d6003ed1e72283f7698dcdcdfa67f27c [file] [log] [blame]
{
"name": "ELAutoSelector",
"version": "1.0.0",
"summary": "A light-weight tool helps developers use block for 'target action' kind methods",
"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...",
"homepage": "https://github.com/Elenionl/ELAutoSelector",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": {
"Hanping Xu": "stellanxu@gmail.com"
},
"social_media_url": "https://github.com/Elenionl",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Elenionl/ELAutoSelector.git",
"tag": "1.0.0"
},
"source_files": "ELAutoSelectorHelper/*",
"requires_arc": true,
"frameworks": "Foundation"
}