[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 1 / b / StaticMapRequestBuilder / 1.0.0 / StaticMapRequestBuilder.podspec.json
blobd27f737451cbd2d212464336323234d1ec701de1
2   "name": "StaticMapRequestBuilder",
3   "version": "1.0.0",
4   "summary": "A lightweight helper to create request URLs for the Google Maps Static API",
5   "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.",
6   "homepage": "https://github.com/killianke/StaticMapRequestBuilder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Killian Kenny": "killiankenny21@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/killianke/StaticMapRequestBuilder.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "StaticMapRequestBuilder/Classes/**/*",
22   "frameworks": "CoreLocation",
23   "pushed_with_swift_version": "4.0"