blob: f78b50ee4a17e6d03f2bc8d9af2e5dae683b5d72 [file] [log] [blame]
{
"name": "DYFSwiftKeychain",
"version": "1.0.0",
"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.0"
},
"source_files": "SwiftKeychain/*.swift",
"frameworks": "Security",
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}