blob: 12e81cabcbc119573843fe66cea1923835813672 [file] [log] [blame]
{
"name": "TableRow",
"version": "0.1.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"
},
"source_files": "Sources/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"Eureka": [
"~> 4.0"
]
}
}