blob: 6460e56632f536f398102596e57bddc590659b7f [file] [log] [blame]
{
"name": "SplitRow",
"version": "2.1.0",
"summary": "A row for Eureka to put two rows side by side into the same UITableViewCell.",
"homepage": "https://github.com/EurekaCommunity/SplitRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marco Betschart": "github@marco.betschart.name"
},
"social_media_url": "https://twitter.com/EurekaCommunity",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/EurekaCommunity/SplitRow.git",
"tag": "2.1.0"
},
"source_files": "SplitRow/**/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"Eureka": [
"~> 5.1"
]
},
"swift_version": "5.0"
}