blob: 3afaa63ebf6b22951ce151752c2df92e013dd7f2 [file] [log] [blame]
{
"name": "Tablier",
"version": "0.2.2",
"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.2.2"
},
"source_files": "Sources/Tablier",
"requires_arc": true,
"frameworks": "XCTest"
}