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