blob: 706461d0650beb0af68b5e7ec8300467ee4bb2c9 [file] [log] [blame]
{
"name": "TableRow",
"version": "0.2.0",
"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.2.0"
},
"source_files": "Sources/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"Eureka": [
"~> 4.1"
]
},
"swift_version": "4.1"
}