Skip to content

artofthetrekcom/SwiftTurf

 
 

Repository files navigation

SwiftTurf

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CocoaPods

SwiftTurf is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SwiftTurf"

Bundle JS assets to dist/bundle.js

  • Setup nodejs (use the LTS version)
  • Install Browserify globally - npm install -g browserify
  • Open terminal and change directory cd Assets/js
  • Run browserify lib.js -o dist/bundle.js
    • If any issue occurs at brows try removing node_modules directory and run the command again

Carthage

github "AirMap/SwiftTurf" ~> 0.3.1

Author

Adolfo Martinelli, adolfo@airmap.com

License

SwiftTurf is available under the MIT license. See the LICENSE file for more info.

About

Swift wrapper for the JavaScript Turf library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 93.2%
  • Ruby 3.8%
  • JavaScript 3.0%