blob: 2c8cd22eabfe95be9960cc5c3b1d9fa1ec225118 [file] [log] [blame]
{
"name": "ArrayPlusTuple",
"version": "2.1.0",
"swift_versions": "5.0",
"summary": "Simple extension that makes creating tuples from arrays a breeze.",
"description": "Simple extension that makes creating tuples from arrays a breeze.\nOriginally created for MockNStub.",
"homepage": "https://github.com/lvnkmn/ArrayPlusTuple",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mennolovink": "mclovink@me.com"
},
"source": {
"git": "https://github.com/lvnkmn/ArrayPlusTuple.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ArrayPlusTuple/Classes/**/*",
"dependencies": {
"InjectableLoggers": [
"~> 2"
]
},
"swift_version": "5.0"
}