[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 8 / e / TSOfflineGeocoder / 0.1.6 / TSOfflineGeocoder.podspec.json
blobddb9dd766dc246b9578a5817b1c495aa5c36cb76
2   "name": "TSOfflineGeocoder",
3   "version": "0.1.6",
4   "summary": "Offline reverse geocoder for Objective-c",
5   "description": "* Finds locations using strings or coordinates\n* No internet required\n* Online fallback\n* Results from all around the world\n* Fast\n* Auto complete\n* Returns an array of possible results.",
6   "homepage": "https://github.com/bnolens/TSOfflineGeocoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Benoit Nolens": "benoit@truestory.io"
13   },
14   "source": {
15     "git": "https://github.com/bnolens/TSOfflineGeocoder.git",
16     "tag": "v0.1.6"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.7"
21   },
22   "requires_arc": true,
23   "source_files": "Pod/Classes/lib/",
24   "resource_bundles": {
25     "Database": [
26       "Pod/Resources/TSOfflineGeocoder_geoData.json"
27     ]
28   }