You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> GEOS is a configure/install project licensed under LGPL 2.1: it is difficult to build for iOS and its compatibility with static linking is at least controversial. Use of GEOSwift without dynamic-framework-based CocoaPods and with a project targeting iOS 7, even if possible, is advised against.
2. Update the target dependencies in your `Package.swift` to include
47
+
48
+
"GEOSwiftMapKit"
49
+
45
50
### Playground
46
51
47
-
Explore more, interactively, in the playground. It can be found inside `GEOSwiftMapKit` workspace. Open the workspace in Xcode, build the `GEOSwiftMapKit` framework and open the playground file.
52
+
Explore more, interactively, in the playground. It can be found inside
53
+
`GEOSwiftMapKit` workspace. Open the workspace in Xcode, build the
54
+
`GEOSwiftMapKit` framework and open the playground file.
48
55
49
56

50
57
@@ -53,12 +60,15 @@ Explore more, interactively, in the playground. It can be found inside `GEOSwift
53
60
To make a contribution:
54
61
55
62
* Fork the repo
56
-
* Start from the `develop` branch and create a branch with a name that describes your contribution
63
+
* Start from the `develop` branch and create a branch with a name that describes
64
+
your contribution
57
65
* Run `$ carthage update`
58
-
* Sign in to travis-ci.org (if you've never signed in before, CI won't run to verify your pull request)
66
+
* Sign in to travis-ci.org (if you've never signed in before, CI won't run to
67
+
verify your pull request)
59
68
* Push your branch and create a pull request to develop
60
69
* One of the maintainers will review your code and may request changes
61
-
* If your pull request is accepted, one of the maintainers should update the changelog before merging it
70
+
* If your pull request is accepted, one of the maintainers should update the
* Andrea Cremaschi ([@andreacremaschi](https://twitter.com/andreacremaschi)) (original author)
80
+
* Andrea Cremaschi ([@andreacremaschi](https://twitter.com/andreacremaschi))
81
+
(original author)
71
82
72
83
## License
73
84
74
-
* GEOSwift was released by Andrea Cremaschi ([@andreacremaschi](https://twitter.com/andreacremaschi)) under a MIT license. See LICENSE for more information.
75
-
*[GEOS](http://trac.osgeo.org/geos/) stands for Geometry Engine - Open Source, and is a C++ library, ported from the [Java Topology Suite](http://sourceforge.net/projects/jts-topo-suite/). GEOS implements the OpenGIS [Simple Features for SQL](http://www.opengeospatial.org/standards/sfs) spatial predicate functions and spatial operators. GEOS, now an OSGeo project, was initially developed and maintained by [Refractions Research](http://www.refractions.net/) of Victoria, Canada.
85
+
* GEOSwift was released by Andrea Cremaschi
86
+
([@andreacremaschi](https://twitter.com/andreacremaschi)) under a MIT license.
87
+
See LICENSE for more information.
88
+
*[GEOS](http://trac.osgeo.org/geos/) stands for Geometry Engine - Open Source,
0 commit comments