blob: e3c15b8d26b7881624918f118124dbf4cba36b29 [file] [log] [blame]
{
"name": "Tablier",
"version": "0.3.3",
"summary": "A micro-framework for Table Driven Tests.",
"description": "Tablier makes it easy to write Table Driven Tests in Swift.",
"homepage": "https://github.com/akkyie/Tablier",
"screenshots": "https://user-images.githubusercontent.com/1528813/59867231-9b508b00-93c8-11e9-8489-127d441c2a5b.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akio Yasui": "akkyie01@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/akkyie/Tablier.git",
"tag": "0.3.3"
},
"source_files": "Sources/Tablier",
"requires_arc": true,
"frameworks": "XCTest"
}