[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 3 / 7 / d / KeyPathBindings / 0.0.2 / KeyPathBindings.podspec.json
blob13caaa04c4cbad58383d9139356eaaca1e42402e
2   "name": "KeyPathBindings",
3   "version": "0.0.2",
4   "summary": "Type-safe keyPath bindings in Swift",
5   "description": "A simple way to create property bindings between pure Swift objects that are type-safe.",
6   "homepage": "https://ericb0774.net",
7   "license": "MIT",
8   "authors": {
9     "Eric Baker": "ericb0774@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.3"
13   },
14   "source": {
15     "git": "https://github.com/ericb0774/KeyPathBindings.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "KeyPathBindings/KeyPathBindings/**/*.{h,swift}",
19   "requires_arc": true,
20   "swift_version": "4.0"