blob: 81faf062da131a024b957943222528544083c4aa [file] [log] [blame]
{
"name": "Tablier",
"version": "0.3.1",
"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"
},
"social_media_url": "https://twitter.com/akkyie",
"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.1"
},
"source_files": "Sources/Tablier",
"requires_arc": true,
"frameworks": "XCTest"
}