blob: d27f737451cbd2d212464336323234d1ec701de1 [file] [log] [blame]
{
"name": "StaticMapRequestBuilder",
"version": "1.0.0",
"summary": "A lightweight helper to create request URLs for the Google Maps Static API",
"description": "Simply creates a URL to request a map image from Google Maps Static API. Replaces the need for error-prone hard coding of URL strings by providing type-safe methods to create and add parameters to the URL.",
"homepage": "https://github.com/killianke/StaticMapRequestBuilder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Killian Kenny": "killiankenny21@gmail.com"
},
"source": {
"git": "https://github.com/killianke/StaticMapRequestBuilder.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "StaticMapRequestBuilder/Classes/**/*",
"frameworks": "CoreLocation",
"pushed_with_swift_version": "4.0"
}