blob: faa7afbf64f00b9d97b3c5529d6295e5f922b199 [file] [log] [blame]
{
"name": "WebCredentials",
"version": "1.0.3",
"summary": "A Swift 5 wrapper for Security.SecSharedWebCredentials",
"description": "This is a micro-framework which aims to make accessing the\nSecurity.SecSharedWebCredentials API easy and convenient in Swift 5.\nUsing this API isn't necessary anymore on iOS >= 11 but if you want\nto offer Safari AutoFill in your App to users running iOS < 11, you\nmight find this useful.",
"homepage": "https://github.com/resmio/WebCredentials",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Nash": "jan@resmio.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/resmio/WebCredentials.git",
"tag": "v1.0.3"
},
"source_files": "WebCredentials/**/*.swift",
"public_header_files": [
],
"swift_version": "5.0"
}