blob: d5bb5638155da07b47441d37bf3bbb7e7ddbbdd6 [file] [log] [blame]
{
"name": "GenericPasswordRow",
"version": "3.0.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": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/EurekaCommunity/GenericPasswordRow.git",
"tag": "3.0.0",
"submodules": true
},
"ios": {
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
},
"resource_bundles": {
"GenericPasswordRow": [
"Resources/*"
]
},
"dependencies": {
"Eureka": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}