blob: c9660af8e43df3f19aed4f87af56395c17d1082b [file] [log] [blame]
{
"name": "RxUserDefaults",
"version": "5.0.1",
"summary": "Wrapper for userDefaults with RxSwift support.",
"description": "<<-DESC\n Wrapper for userDefaults with RxSwift support.\n DESC",
"homepage": "https://github.com/num42/RxUserDefaults",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"David Kraus": "kraus.david.dev@gmail.com",
"Hans-Martin Schuller": "hm.schuller@gmail.com",
"Wolfgang Lutz": "wolfgang@lutz-wiesent.de"
},
"source": {
"git": "https://github.com/num42/RxUserDefaults.git",
"tag": "5.0.1"
},
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "10.3",
"tvos": "10.2"
},
"source_files": "Sources/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.0"
}