[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 6 / 8 / CodableGeoJSON / 1.0.0 / CodableGeoJSON.podspec.json
blob67181aa45711c3bc101a8b9484f7574da5ad949b
2   "name": "CodableGeoJSON",
3   "version": "1.0.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_version": "4.2",
22   "source": {
23     "git": "https://github.com/guykogus/CodableGeoJSON.git",
24     "tag": "1.0.0"
25   },
26   "source_files": "CodableGeoJSON/*.swift",
27   "dependencies": {
28     "CodableJSON": [
30     ]
31   }