blob: 63032743204bed22d0057b62f765412a9cb45afc [file] [log] [blame]
{
"name": "TableRow",
"version": "0.3.1",
"summary": "A tableView row (including inline variant) for use with Eureka library",
"homepage": "https://github.com/EurekaCommunity/TableRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Anton Kovtun",
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"source": {
"git": "https://github.com/EurekaCommunity/TableRow.git",
"tag": "0.3.1"
},
"source_files": "Sources/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"Eureka": [
"~> 4.3"
]
},
"swift_version": "4.2"
}