blob: 282252d38bbd2414117610a7404a30768a06cc25 [file] [log] [blame]
{
"name": "Tuple",
"version": "0.1.0",
"summary": "Tuple is a collection of utilities for working with ntuples.",
"swift_versions": "5.0",
"description": "Tupple supports appending and prepending values to ntuples, turning ntuples into arrays, and turning arrays into ntuples.",
"homepage": "https://github.com/anconaesselmann/Tuple",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ancona-esselmann": "axel@anconaesselmann.com"
},
"source": {
"git": "https://github.com/anconaesselmann/Tuple.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Tuple/Classes/**/*",
"swift_version": "5.0"
}