blob: 7df19cab79ee472463161812bbee8ac9bb057b1a [file] [log] [blame]
{
"name": "IOS-Offline-GeoCoder",
"version": "0.0.4",
"summary": "An Offline Reverse GeoCoder for IOS.",
"description": "An Offline version of reverse Geo Code for IOS to retrieve Countries Name and ISO Codes.",
"homepage": "https://github.com/soheilbm/IOS-Offline-GeoCoder",
"license": {
"type": "APACHE"
},
"authors": {
"Soheilbm": "soheilbm@me.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/soheilbm/IOS-Offline-GeoCoder.git",
"tag": "v0.0.4"
},
"source_files": "Classes/reverseGeoCoder.{h,m}",
"resources": "Classes/CountriesGeoCode.json",
"frameworks": [
"Foundation",
"CoreLocation"
],
"requires_arc": true
}