blob: bcd6a498572a0afdda1655cf0695df06a4cbe003 [file] [log] [blame]
{
"name": "ArrayPlusTuple",
"version": "1.0.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/mennolovink/ArrayPlusTuple",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mennolovink": "mclovink@me.com"
},
"source": {
"git": "https://github.com/mennolovink/ArrayPlusTuple.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ArrayPlusTuple/Classes/**/*",
"dependencies": {
"InjectableLoggers": [
"~> 1.2"
]
}
}