blob: 40192c2425a5613f9856c7e98cf0859d0c90e824 [file] [log] [blame]
{
"name": "IOS-Offline-GeoCoder",
"version": "0.0.3",
"summary": "An Offline Reverse GeoCoder for IOS.",
"description": " An Offline version of reverse Geo Code for IOS to retrieve Countries Name and ISO Codes.\n",
"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.3"
},
"source_files": "Classes/reverseGeoCoder.{h,m}",
"resources": "Classes/CountriesGeoCode.json",
"frameworks": [
"Foundation",
"CoreLocation"
],
"requires_arc": true
}