[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 4 / 6 / 8 / CodableGeoJSON / 3.0.0 / CodableGeoJSON.podspec.json
blob61c0384af857a4d307f3fed2934dc33ba60acd9b
2   "name": "CodableGeoJSON",
3   "version": "3.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": "12.0",
17     "osx": "10.13",
18     "tvos": "12.0",
19     "watchos": "4.0"
20   },
21   "swift_versions": "5.8",
22   "source": {
23     "git": "https://github.com/guykogus/CodableGeoJSON.git",
24     "tag": "3.0.0"
25   },
26   "source_files": "CodableGeoJSON/*.swift",
27   "dependencies": {
28     "CodableJSON": [
29       "~> 3.0"
30     ]
31   },
32   "swift_version": "5.8"