blob: b6756f3dd93c690d92af081dc1bd953ef86405b7 [file] [log] [blame]
{
"name": "SplitRow",
"version": "2.0.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",
"social_media_url": "https://twitter.com/EurekaCommunity",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/EurekaCommunity/SplitRow.git",
"tag": "2.0.0"
},
"source_files": "SplitRow/**/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_version": "5.0",
"dependencies": {
"Eureka": [
"~> 5.0"
]
}
}