Graphs
Light weight charts view generater for iOS. Written in Swift.
Installation
CocoaPods
$ pod init
specify it in your Podfile
platform :ios, '8.0'
target 'TargetName' do
use_frameworks!
pod 'Graphs', '~> 0.1.2'
end
And run CocoaPods
$ pod install
--
Carthage
You can install Carthage with Homebrew.
$ brew update
$ brew install carthage
specify it in your Cartfile
github "recruit-mtl/Graphs"
And run carthage
$ carthage update --platform ios