[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / 5 / OpenLocationCode / 0.0.4.3 / OpenLocationCode.podspec.json
blob810bc0e16bc5b73899b18e5b2e2d30c9d0d56b88
2   "name": "OpenLocationCode",
3   "version": "0.0.4.3",
4   "summary": "Google's Open Location Code spec implemented in Swift 3.",
5   "description": "OpenLocationCode-swift is an implementation similar 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,\nusually pinned to some nearby location that has a known prefix code) or longer (a full code with extra characters\nspecifying grid-based reductions in the dimensions of a coded region). For more information about Google's Open\nLocation Codes, see http://openlocationcode.com or https://en.wikipedia.org/wiki/Open_Location_Code\nor https://github.com/google/open-location-code",
6   "homepage": "https://github.com/curbmap/OpenLocationCode-swift",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Eli Selkin": "ejselkin@cpp.edu"
13   },
14   "source": {
15     "git": "https://github.com/curbmap/OpenLocationCode-swift.git",
16     "tag": "0.0.4.3"
17   },
18   "source_files": [
19     "OpenLocationCode",
20     "OpenLocationCodes/**/*.{h,m,swift}"
21   ],
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "platforms": {
26     "ios": "9.0"
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3"
30   },
31   "pushed_with_swift_version": "3.0"