blob: 8f82b988ea088e8e8982cf17376ed0d04f63bb50 [file] [log] [blame]
{
"name": "APOfflineReverseGeocoding",
"version": "0.0.3",
"summary": "Offline reverse geocoding library written in Objective-C",
"homepage": "https://github.com/Alterplay/APOfflineReverseGeocoding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Serg Krivoblotsky": "krivoblotsky@me.com"
},
"source": {
"git": "https://github.com/Alterplay/APOfflineReverseGeocoding.git",
"tag": "0.0.3"
},
"source_files": "APOfflineReverseGeocoding/**/*.{h,m}",
"resources": "APOfflineReverseGeocoding/GeoJSON/countries.geo.json",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "CoreLocation"
}