blob: 1acc30c33b1da6373ec2dbae828d1c91d24eb71f [file] [log] [blame]
{
"name": "IOS-Offline-GeoCoder",
"version": "0.0.1",
"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.1"
},
"source_files": "Classes/*",
"frameworks": [
"Foundation",
"CoreLocation"
],
"requires_arc": true
}