blob: ff32cfac8b8e1a376aa290112027b56dd597675f [file] [log] [blame]
{
"name": "RxKeychain",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"source_files": "RxKeychain/Classes/**/*.swift",
"dependencies": {
"RxSwift": [
]
},
"swift_version": "5.0"
}