blob: 49ac4c09173703ffb7ef41e4c39e02f8b574538d [file] [log] [blame]
{
"name": "SharedKeychainManager",
"version": "0.1.0",
"summary": "Shared Keychain space with other iOS applications",
"description": "Shared Keychain tool. You can share this Keychain space with other applications.",
"homepage": "https://shuichi.tech/",
"license": "MIT",
"authors": {
"ngo275": "ngo38114@gmail.com"
},
"social_media_url": "https://twitter.com/@NGO275",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/ngo275/SharedKeychainManager.git",
"tag": "0.1.0"
},
"source_files": "SharedKeychainManager/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"KeychainAccess": [
]
},
"swift_version": "5.0"
}