blob: b44bc9892efa037bcd28a512c91e73a1a76ed4ab [file] [log] [blame]
{
"name": "ReactiveLocalizationManager",
"version": "1.2.0",
"summary": "Simple reactive localization manager which helps change language in app without restarting it.",
"homepage": "https://github.com/TimurBK/ReactiveLocalizationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Timur Kuchkarov",
"source": {
"git": "https://github.com/TimurBK/ReactiveLocalizationManager.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ReactiveLocalizationManager",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
}
}