This project is unfinished/unmaintained
[![Build Status](https://travis-ci.org/raphaelmor/GeoJSON.svg?branch=master)](https://travis-ci.org/raphaelmor/GeoJSON) [![Release](https://img.shields.io/github/release/raphaelmor/GeoJSON.svg)]() [![Licence](http://img.shields.io/badge/Licence-MIT-lightgrey.svg)](https://github.com/raphaelmor/GeoJSON/blob/master/LICENCE)GeoJSON Parser in swift
- Decode a
GeoJSON
string toSwift
classes - Support for
Point
,MultiPoint
,LineString
,MultiLineString
,Polygon
,MultiPolygon
,GeometryCollection
,Feature
andFeatureCollection
- Encode a
Point
,MultiPoint
,LineString
,MultiLineString
,Polygon
,MultiPolygon
,GeometryCollection
,Feature
- Continuous integration with Travis CI
- Encode
Swift
classes to aGeoJSON
string - Support for custom CRSs and BoundingBoxes
- 100% Unit Test Coverage
- Complete Documentation
- Example project
- Xcode 6.0.1
- iOS 7.0+ / Mac OS X 10.9+
CocoaPods is not fully supported for Swift yet. To use this library in your project you can integrate it manually :
- Drag GeoJSON.swift inside your project tree.
- For Workspaces you may include the whole GeoJSON.xcodeproj
This codes tries to adhere to the GitHub Swift Style Guide
GeoJSON is released under an MIT license. See LICENSE for more information.