blob: 3e53f72a4394fe6a394847f5ae54a88388e9770d [file] [log] [blame]
{
"name": "GMapsMiner",
"version": "0.1.0",
"summary": "A wrapper around Google Maps web services.",
"description": "This pod wraps and makes it easier to make use of Google Maps web services on iOS. It currently includes simple requests upon Places, Geocoding and Elevation. Experimental stage.",
"homepage": "https://github.com/feliborgez/GMapsMiner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"feliborgez": "feliborgez@gmail.com"
},
"source": {
"git": "https://github.com/feliborgez/GMapsMiner.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GMapsMiner/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}