[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 6 / 0 / ArrayPlusTuple / 2.0.0 / ArrayPlusTuple.podspec.json
blob518467f9f5761ce3a6586f80650a1c8029f25a8d
2   "name": "ArrayPlusTuple",
3   "version": "2.0.0",
4   "swift_versions": "5.0",
5   "summary": "Simple extension that makes creating tuples from arrays a breeze.",
6   "description": "Simple extension that makes creating tuples from arrays a breeze.\nOriginally created for MockNStub.",
7   "homepage": "https://github.com/lvnkmn/ArrayPlusTuple",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "mennolovink": "mclovink@me.com"
14   },
15   "source": {
16     "git": "https://github.com/lvnkmn/ArrayPlusTuple.git",
17     "tag": "2.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ArrayPlusTuple/Classes/**/*",
23   "dependencies": {
24     "InjectableLoggers": [
25       "~> 2"
26     ]
27   },
28   "deprecated": true,
29   "swift_version": "5.0"