blob: e19b7fcf6bf6c81754b755917025f6170de01c8d [file] [log] [blame]
{
"name": "GoogleReverseGeoCode",
"version": "0.1.0",
"summary": "Reverse Geo coding using google api",
"description": "This library helps you to reverse geo code for current location or custom location using google api.",
"homepage": "https://github.com/kaushaldream11/GoogleReverseGeoCode",
"license": "MIT",
"authors": {
"”kaushaldream11”": "kaushal.bisht@dream11.com"
},
"source": {
"git": "https://github.com/kaushaldream11/GoogleReverseGeoCode.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GoogleReverseGeoCode": [
"Pod/Assets/*.png"
]
},
"frameworks": "CoreLocation"
}