blob: ddb9dd766dc246b9578a5817b1c495aa5c36cb76 [file] [log] [blame]
{
"name": "TSOfflineGeocoder",
"version": "0.1.6",
"summary": "Offline reverse geocoder for Objective-c",
"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.",
"homepage": "https://github.com/bnolens/TSOfflineGeocoder",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Benoit Nolens": "benoit@truestory.io"
},
"source": {
"git": "https://github.com/bnolens/TSOfflineGeocoder.git",
"tag": "v0.1.6"
},
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Pod/Classes/lib/",
"resource_bundles": {
"Database": [
"Pod/Resources/TSOfflineGeocoder_geoData.json"
]
}
}