blob: 1d78a54f9b01b81352638acd0d795b6f5f9e8705 [file] [log] [blame]
{
"name": "APOfflineReverseGeocoding",
"version": "0.0.2",
"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.2"
},
"source_files": "APOfflineReverseGeocoding/**/*.{h,m}",
"resources": "APOfflineReverseGeocoding/GeoJSON/countries.geo.json",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "CoreLocation"
}