blob: aa393101b65d763e883580bede1bdab390a88502 [file] [log] [blame]
{
"name": "Vinculum",
"version": "0.2.0",
"summary": "A simple iOS Keychain manager",
"description": "A simple iOS Keychain manager for secure storage.",
"homepage": "https://github.com/jmelberg/vinculum",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jmelberg": "jordan.melberg@gmail.com"
},
"source": {
"git": "https://github.com/jmelberg/vinculum.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Vinculum/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
}
}