blob: 222a6e2400579dcb97a947b697c5afdb0a33cf55 [file] [log] [blame]
{
"name": "SharedWebCredentials",
"version": "0.1.0",
"summary": "A Swift wrapper for the Shared Web Credentials API",
"description": "The Shared Web Credentials API is used to store credentials\nin the iCloud keychain to be shared among and between native iOS\napps and web apps on Safari for iOS and MacOS.",
"homepage": "https://github.com/MrAlek/SharedWebCredentials",
"license": "MIT",
"authors": {
"Alek Åström": "alek@iosnomad.com"
},
"source": {
"git": "https://github.com/MrAlek/SharedWebCredentials.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/MisterAlek",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": "Security"
}