blob: 60f3d724061c4c719afb7839dbb721490bbb1dd6 [file] [log] [blame]
{
"name": "VKAuthorization",
"version": "0.1.0",
"summary": "Quick way to work with authentication",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/vladaccess/VKAuthorization",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vladaccess": "vladaccess@outlook.com"
},
"source": {
"git": "https://github.com/vladaccess/VKAuthorization.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*.{swift}",
"frameworks": [
"UIKit",
"LocalAuthentication"
],
"swift_version": "4.0",
"requires_arc": true
}