blob: 5bef2536f0d511b877d407d1fa5e39d4468440e5 [file] [log] [blame]
{
"name": "RxLocalizer",
"platforms": {
"ios": "10.0"
},
"summary": "RxLocalizer allows you to localize your app with RxSwift.",
"requires_arc": true,
"version": "1.5.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladislav Khambir": "vlad.khambir@gmail.com"
},
"homepage": "https://github.com/RxSwiftCommunity/RxLocalizer",
"source": {
"git": "https://github.com/RxSwiftCommunity/RxLocalizer.git",
"tag": "1.5.0"
},
"dependencies": {
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
]
},
"source_files": "Source/*.swift",
"swift_versions": "5.2",
"swift_version": "5.2"
}