[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 3 / a / W3W / 0.1.0 / W3W.podspec.json
blob49d6e4e87fd6f77516ac6b6d9d57f6e761608567
2   "name": "W3W",
3   "version": "0.1.0",
4   "summary": "Swift wrapper for the what3words API",
5   "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.",
6   "homepage": "https://github.com/aj1310/w3w",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alvaro Ortiz": "aj_ortiz1310@icloud.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/aj1310/w3w.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "Sources/W3W.swift",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "Unbox": [
25       "~> 2.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"