[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 8 / d / Leakify / 0.1.3 / Leakify.podspec.json
blob25100828b26aa5ef944d8029718f5cc54b809990
2   "name": "Leakify",
3   "version": "0.1.3",
4   "summary": "Bunch of higher order functions for better memory-safe syntax",
5   "description": "Tired of writing `[unowned/weak self] closures on every callback function?\nYou might conside using passing method as a parameter with little help from Leakify.",
6   "homepage": "https://github.com/wojtowiczm/Leakify",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wojtowiczm": "wojtowiczmichal97@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wojtowiczm/Leakify.git",
16     "tag": "0.1.3"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Leakify/Source/**/*",
23   "swift_version": "5.0"