blob: 49d6e4e87fd6f77516ac6b6d9d57f6e761608567 [file] [log] [blame]
{
"name": "W3W",
"version": "0.1.0",
"summary": "Swift wrapper for the what3words API",
"description": "what3words is a global grid of 57 trillion 3mx3m squares. Each square has a 3 word address that can be communicated quickly, easily and with no ambiguity.\n\nW3W Swift is a wrapper around what3words's API that allows type-safe usage of its services.",
"homepage": "https://github.com/aj1310/w3w",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alvaro Ortiz": "aj_ortiz1310@icloud.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/aj1310/w3w.git",
"tag": "0.1.0"
},
"source_files": "Sources/W3W.swift",
"frameworks": "Foundation",
"dependencies": {
"Unbox": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0"
}