[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / a / 5 / EventClosure / 0.0.1 / EventClosure.podspec.json
blob2b5909839142d1c92234de597f363ecc5112cb2c
2   "name": "EventClosure",
3   "version": "0.0.1",
4   "summary": "A closure way to handle UIControl.Event",
5   "description": "Make your UIControl.Event handling #selector to be a closure",
6   "homepage": "https://github.com/muizidn/eventclosure",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Muhammad Muizzsuddin": "muiz.idn@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_version": "4.2",
18   "source": {
19     "git": "https://github.com/muizidn/eventclosure.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "EventClosure/**/*.{h,m,swift}"