[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / b / 8 / Extractable / 1.0.0 / Extractable.podspec.json
blob0ecdb07605ebac8591becda49fe961c18da5a6e6
2   "name": "Extractable",
3   "version": "1.0.0",
4   "summary": "A lightweight JSON and Dictionary value extractor.",
5   "description": "A lightweight JSON and Dictionary value extractor that extensively uses Swift Type Inference and Protocols.",
6   "homepage": "https://github.com/psychoticidiot/Extractable",
7   "license": "MIT",
8   "authors": "Brian Mullen",
9   "platforms": {
10     "osx": "10.9",
11     "ios": "8.0",
12     "tvos": "9.0",
13     "watchos": "2.0"
14   },
15   "source": {
16     "git": "https://github.com/psychoticidiot/Extractable.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "Extractable/**/*.swift",
20   "requires_arc": true,
21   "module_name": "Extractable"