CubicSpline 0.1.2

CubicSpline 0.1.2

Maintained by Viacheslav Karamov.



  • By
  • vkaramov

CubicSpline

CI Status Version License Platform

A simple cubic spline library written in Swift

Example

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

Requirements

Xcode 10.0-12.0 and Swift 4.0-5.1 are supported.

Installation

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

pod 'CubicSpline'

If you're not using CocoaPods, simply add the source files in the CubicSpline directory to your project. There are no dependencies and it works on Mac and iOS.

Author

Viacheslav Karamov

Credits

Based and relying on SAMCubicSpline by Sam Soffes. Example is based on SwiftCubicSpline by Giordano Scalzo.

License

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