[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 6 / 8 / CodableGeoJSON / 1.2.0 / CodableGeoJSON.podspec.json
blob695e9fa84de7564bc63024d39c5b13ffc293d6e7
2   "name": "CodableGeoJSON",
3   "version": "1.2.0",
4   "summary": "A Swift implementation of GeoJSON",
5   "description": "This implementation of GeoJSON conforms to [rfc7946](https://tools.ietf.org/html/rfc7946) and is designed for usage with `Codable` objects.",
6   "homepage": "https://github.com/guykogus/CodableGeoJSON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guy Kogus": "guy.kogus@gmail.com"
13   },
14   "documentation_url": "http://geojson.org",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "swift_versions": "5.0",
22   "source": {
23     "git": "https://github.com/guykogus/CodableGeoJSON.git",
24     "tag": "1.2.0"
25   },
26   "source_files": "CodableGeoJSON/*.swift",
27   "dependencies": {
28     "CodableJSON": [
29       "~> 1.1"
30     ]
31   },
32   "swift_version": "5.0"