blob: 7b9b948e5203b7b208f58e21533b4bfd5de808f4 [file] [log] [blame]
{
"name": "KAAuthenticationManager",
"version": "0.1.1",
"summary": "Email & Password authentication manager.",
"description": "Checks format requirements for email / password and manages login credential messages.",
"homepage": "https://github.com/kadarandras/KAAuthenticationManager",
"license": "MIT",
"authors": {
"András Kádár": "kadarandrass@gmail.com"
},
"source": {
"git": "https://github.com/kadarandras/KAAuthenticationManager.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"*.swift",
"Localization/*"
],
"resource_bundles": {
"KAAuthenticationManager": [
"Localization/*.lproj"
]
},
"frameworks": "UIKit"
}