[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 8 / 5 / e / MTRecursiveKVC / 1.0.0 / MTRecursiveKVC.podspec.json
blob7383228c3c896f6c5b47458ae2a8645a02c431e4
2   "name": "MTRecursiveKVC",
3   "version": "1.0.0",
4   "summary": "A small category on `NSObject` that adds support for recursive lookup using `valueForKey:`.",
5   "homepage": "https://github.com/MaxGabriel/MTRecursiveKVC",
6   "license": "MIT",
7   "authors": {
8     "Maximilian Tagher": "feedback.tagher@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/MaxGabriel/MTRecursiveKVC.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "4.3",
16     "osx": "10.7"
17   },
18   "source_files": "MTRecursiveKVC/*+*.{h,m}",
19   "requires_arc": true