blob: 35818b55821474da06eed2aea8a351f3fcda5458 [file] [log] [blame]
{
"name": "GenericPasswordRow",
"version": "3.1.0",
"summary": "Eureka row to validate passwords",
"homepage": "https://github.com/EurekaCommunity/GenericPasswordRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Diego Ernst": "dernst@xmartlabs.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/EurekaCommunity/GenericPasswordRow.git",
"tag": "3.1.0",
"submodules": true
},
"ios": {
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
},
"resource_bundles": {
"GenericPasswordRow": [
"Resources/*"
]
},
"swift_versions": "5.0",
"dependencies": {
"Eureka": [
"~> 5.2"
]
},
"swift_version": "5.0"
}