| { |
| "name": "RxLocalizer", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "summary": "RxLocalizer allows you to localize your app with RxSwift.", |
| "requires_arc": true, |
| "version": "1.0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Vladislav Khambir": "vlad.khambir@gmail.com" |
| }, |
| "homepage": "https://github.com/khambir/RxLocalizer", |
| "source": { |
| "git": "https://github.com/khambir/RxLocalizer.git", |
| "tag": "1.0.1" |
| }, |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.3.1" |
| ], |
| "RxCocoa": [ |
| "~> 4.3.1" |
| ] |
| }, |
| "source_files": "Source/*.swift", |
| "swift_version": "4.2" |
| } |