[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / f / c / Tuple / 0.2.0 / Tuple.podspec.json
blobcb586802e3a5c5e8dc91ce7387adb805bb2f6ab6
2   "name": "Tuple",
3   "version": "0.2.0",
4   "summary": "Tuple is a collection of utilities for working with ntuples.",
5   "swift_versions": "5.0",
6   "description": "Tupple supports appending and prepending values to ntuples, turning ntuples into arrays, and turning arrays into ntuples.",
7   "homepage": "https://github.com/anconaesselmann/Tuple",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "anconaesselmann": "axel@anconaesselmann.com"
14   },
15   "source": {
16     "git": "https://github.com/anconaesselmann/Tuple.git",
17     "tag": "0.2.0"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "watchos": "3.0"
22   },
23   "source_files": "Tuple/Classes/**/*",
24   "swift_version": "5.0"