[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 4 / a / ELAutoSelector / 1.0.1 / ELAutoSelector.podspec.json
blob1eea410eeb454111760def3002fedfb25c60272d
2   "name": "ELAutoSelector",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Hanping Xu": "stellanxu@gmail.com"
13   },
14   "social_media_url": "https://github.com/Elenionl",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/Elenionl/ELAutoSelector.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "ELAutoSelectorHelper/*",
23   "requires_arc": true,
24   "frameworks": "Foundation"