Latest | 0.0.2 |
---|---|
Homepage | https://github.com/imperiopolis/Grapher |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
A simple Swift based graphing library. Currently, Grapher only supports basic line graphs.
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Installation
Grapher is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "Grapher"
Author
Imperiopolis, @imperiopolis
License
Grapher is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "Grapher", "version": "0.0.2", "summary": "A simple Swift graphing library.", "description": "A simple Swift graphing library.nnCurrently, only supports basic line graphs.", "homepage": "https://github.com/imperiopolis/Grapher", "license": "MIT", "authors": { "Imperiopolis": "[email protected]" }, "source": { "git": "https://github.com/imperiopolis/Grapher.git", "tag": "0.0.2" }, "social_media_url": "https://twitter.com/imperiopolis", "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Grapher/*.swift" }
Sat, 09 Jul 2016 09:05:09 +0000