[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 4 / TinyCoord / 0.2.0 / TinyCoord.podspec.json
blob0650ae3452979e8f09fb39595482428ea01bc0e4
2   "name": "TinyCoord",
3   "version": "0.2.0",
4   "summary": "Convert a location and zoom level into a very short string",
5   "description": "Convert a CLLocation object and zoom level into a 12 character string.  This is useful for sharing a map viewport across different screen sizes and platforms",
6   "homepage": "https://github.com/chrischares/TinyCoord",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Chares": "chris@chares.io"
13   },
14   "source": {
15     "git": "https://github.com/chrischares/TinyCoord.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "src/swift/**/*.swift",
22   "frameworks": "CoreLocation",
23   "pushed_with_swift_version": "3.0"