blob: 44104128f356d8eb7832c6ec09de95fb8bf508cd [file] [log] [blame]
{
"name": "RxKeychain",
"version": "0.1.3",
"summary": "Wrapper for the iOS Keychain written in RxSwift",
"description": "Use SwiftKeychainWrapper to Keychain in RxSwift",
"module_name": "RxKeychain",
"homepage": "https://github.com/ahmedAlmasri/RxKeychain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ahmed.almasri@ymail.com": "ahmed.almasri@ymail.com"
},
"source": {
"git": "https://github.com/ahmedAlmasri/RxKeychain.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"source_files": "RxKeychain/Classes/**/*.swift",
"dependencies": {
"RxSwift": [
]
},
"swift_version": "5.0"
}