blob: 2f416458b1f6cab727d9d677a720927ee640a104 [file] [log] [blame]
{
"name": "SplitRow",
"version": "1.2.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.0"
},
"source": {
"git": "https://github.com/EurekaCommunity/SplitRow.git",
"tag": "1.2.0"
},
"source_files": "SplitRow/**/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Eureka": [
"~> 4.0"
]
}
}