blob: 598c0ad54db3278b77548b554fd9993816abcfab [file] [log] [blame]
{
"name": "DYFKeychain",
"version": "1.0.0",
"summary": "A library for storing text and data in Keychain. (ObjC)",
"description": "This library is used to store text and data in Keychain securely for iOS, OS X, tvOS and watchOS. (Objective-C)",
"homepage": "https://github.com/dgynfi/DYFKeychain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/dgynfi/DYFKeychain.git",
"tag": "1.0.0"
},
"source_files": "Keychain/*.{h,m}",
"public_header_files": "Keychain/*.h",
"frameworks": "Security",
"requires_arc": true
}