blob: c0e8728ec2e502f96cb6614367b6492fc2178e11 [file] [log] [blame]
{
"name": "TSOfflineGeocoder",
"version": "0.1.4",
"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": "MIT",
"authors": {
"Benoit Nolens": "benoit@truestory.io"
},
"source": {
"git": "https://github.com/bnolens/TSOfflineGeocoder.git",
"tag": "v0.1.4"
},
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Pod/Classes/lib/",
"resources": "Pod/Resources/TSOfflineGeocoder_geoData.json"
}