blob: e023c760f0252c316e9dbc7af611162215407ac0 [file] [log] [blame]
{
"name": "OMLocalization",
"version": "0.1",
"summary": "A tool for live remote localization.",
"description": "This is an addition to the development process\nfor handling remote localization on-the-fly",
"homepage": "https://github.com/onmap/Localization",
"license": "MIT",
"authors": {
"OnMap": "info@onmap.co.il"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/OnMap/Localization.git",
"tag": "0.1"
},
"source_files": "Source/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
"~> 3.0.0"
],
"RxSwift": [
"~> 4.0.0"
],
"RxRealm": [
"~> 0.7.4"
],
"NSObject+Rx": [
"~> 4.2.0"
],
"Socket.IO-Client-Swift": [
"~> 12.1.3"
]
},
"pushed_with_swift_version": "4.0"
}