blob: 841a1be7f33fca52921a5dd0267cfff440a5f5d4 [file] [log] [blame]
{
"name": "SuggestionRow",
"version": "2.2.0",
"summary": "Eureka row that displays completion suggestions either below the row in a table view or in the input accessory view above the keyboard.",
"homepage": "https://github.com/EurekaCommunity/SuggestionRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xmartlabs SRL": "swift@xmartlabs.com"
},
"source": {
"git": "https://github.com/EurekaCommunity/SuggestionRow.git",
"tag": "2.2.0"
},
"social_media_url": "https://twitter.com/EurekaCommunity",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*.{swift}"
},
"dependencies": {
"Eureka": [
"~> 4.0"
]
}
}