blob: 395983d150d5539f2091fdf231b1c9174de2298d [file] [log] [blame]
{
"name": "OpenLocationCode",
"version": "0.0.3",
"summary": "Google's Open Location Code spec implemented in Swift 3.",
"description": "OpenLocationCode-swift is an implementation according to the code released by Google on their github repository for\nOpen Location Codes (Plus Codes). Open Location Codes are generally 10 characters, but can be shorter (short codes)\nor longer (a full code with extra characters specifying grid-based reductions in the dimensions of a coded region).\nFor more information about Google's Open Location Codes, see http://openlocationcode.com or https://en.wikipedia.org/wiki/Open_Location_Code\nor https://github.com/google/open-location-code",
"homepage": "https://github.com/curbmap/OpenLocationCode-swift",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Eli Selkin": "ejselkin@cpp.edu"
},
"source": {
"git": "https://github.com/curbmap/OpenLocationCode-swift.git",
"tag": "0.0.3"
},
"source_files": [
"OpenLocationCode",
"OpenLocationCodes/**/*.{h,m,swift}"
],
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0"
}