[Add] LiteRTSelectTfOps 0.0.1-nightly.20241228
[CocoaPods.git] / Specs / 8 / 0 / 7 / Gizmo / 1.1.0 / Gizmo.podspec.json
blobb44aad8fe0533b141605fc5fd29c219281eaa401
2   "name": "Gizmo",
3   "version": "1.1.0",
4   "summary": "A set of common utilities for Swift",
5   "description": "A set of common utilities for programming with Swift",
6   "homepage": "https://github.com/hainayanda/Gizmo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nayanda Haberty": "hainayanda@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/hainayanda/Gizmo.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Gizmo/Classes/**/*",
22   "dependencies": {
23     "LazySequence": [
24       "~> 1.0"
25     ]
26   }