[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 5 / OpenLocationCode / 0.0.2 / OpenLocationCode.podspec.json
blobb478d760cc58c4183fa40efad73f39745545fb96
2   "name": "OpenLocationCode",
3   "version": "0.0.2",
4   "summary": "Google's Open Location Code spec implemented in Swift 3.",
5   "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",
6   "homepage": "https://github.com/curbmap/OpenLocationCode-swift",
7   "license": {
8     "type": "Apache"
9   },
10   "authors": {
11     "Eli Selkin": "ejselkin@cpp.edu"
12   },
13   "source": {
14     "git": "https://github.com/curbmap/OpenLocationCode-swift.git",
15     "tag": "0.0.2"
16   },
17   "source_files": [
18     "OpenLocationCode",
19     "OpenLocationCodes/**/*.{h,m,swift}"
20   ],
21   "ios": {
22     "frameworks": "UIKit"
23   },
24   "platforms": {
25     "ios": "9.0"
26   },
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "3"
29   },
30   "pushed_with_swift_version": "3.0"