blob: cc3ba5c957cd6b2dfe4b8906f871b446fb1f5985 [file] [log] [blame]
{
"name": "KeychainWrapperX",
"version": "2.0.0",
"summary": "KeychainWrapperX is just a simple CoreFoundationKit utility Module",
"description": "This module contains the utility class to identify the device type",
"homepage": "https://github.com/prashantLalShrestha/KeychainWrapperX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Prashant Shrestha": "prashantlurvs@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/prashantLalShrestha/KeychainWrapperX.git",
"tag": "2.0.0"
},
"source_files": "Sources/*.{swift}",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"KeychainAccess": [
"~> 4.2.0"
]
},
"swift_version": "5.0"
}