blob: df4b792136905f33f1ec586dc5c8269b9cb7d1f6 [file] [log] [blame]
{
"name": "TokenRow",
"version": "1.5.0",
"summary": "An Eureka row that allows the user to select options into a token view.",
"homepage": "https://github.com/EurekaCommunity/TokenRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xmartlabs SRL": "swift@xmartlabs.com"
},
"source": {
"git": "https://github.com/EurekaCommunity/TokenRow.git",
"tag": "1.5.0"
},
"social_media_url": "https://twitter.com/EurekaCommunity",
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"ios": {
"source_files": "TokenRow/Sources/**/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"Eureka": [
"~> 5.0"
],
"CLTokenInputView": [
"~> 2.3"
]
},
"swift_version": "5.0"
}