blob: 370d5389ed5f4332013ac1f09fdc5e040b31d56d [file] [log] [blame]
{
"name": "DYFSwiftKeychain",
"version": "1.0.1",
"summary": "A library for storing text and data in Keychain. (Swift)",
"description": "This library is used to store text and data in Keychain securely for iOS, OS X, tvOS and watchOS. (Swift)",
"homepage": "https://github.com/dgynfi/DYFSwiftKeychain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/dgynfi/DYFSwiftKeychain.git",
"tag": "1.0.1"
},
"source_files": "SwiftKeychain/*.swift",
"frameworks": "Security",
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}