This project is unfinished/unmaintained
[](https://travis-ci.org/raphaelmor/GeoJSON) []() [](https://github.com/raphaelmor/GeoJSON/blob/master/LICENCE)GeoJSON Parser in swift
- Decode a
GeoJSONstring toSwiftclasses - Support for
Point,MultiPoint,LineString,MultiLineString,Polygon,MultiPolygon,GeometryCollection,FeatureandFeatureCollection - Encode a
Point,MultiPoint,LineString,MultiLineString,Polygon,MultiPolygon,GeometryCollection,Feature - Continuous integration with Travis CI
- Encode
Swiftclasses to aGeoJSONstring - 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.
