[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / 6 / 8 / CodableGeoJSON / 1.1.3 / CodableGeoJSON.podspec.json
blob240c9ae7d3a1c5767c336263930fca615880d714
2   "name": "CodableGeoJSON",
3   "version": "1.1.3",
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": "5.0",
22   "source": {
23     "git": "https://github.com/guykogus/CodableGeoJSON.git",
24     "tag": "1.1.3"
25   },
26   "source_files": "CodableGeoJSON/*.swift",
27   "dependencies": {
28     "CodableJSON": [
29       "~> 1.1"
30     ]
31   }