blob: da47e8beea49371bfc1a17a3532c9581e5cdcaac [file] [log] [blame]
{
"name": "RxLocalizer",
"platforms": {
"ios": "10.0"
},
"summary": "RxLocalizer allows you to localize your app with RxSwift.",
"requires_arc": true,
"version": "1.2.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.2.0"
},
"dependencies": {
"RxSwift": [
"~> 4.4.2"
],
"RxCocoa": [
"~> 4.4.2"
]
},
"source_files": "Source/*.swift",
"swift_version": "5.0"
}