c0diq / JBChartView

Carthage compatible JBChartView.framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mirrors JBChartView using Rome to create a Carthage-compatible Xcode project.

To install:

  • Add github "Autoc0diq/JBChartView" to your Cartfile.

To update to a new version:

  • Update the gems and pods:
$ bundle update
$ bundle exec pod update
  • Remove the current shared scheme
$ rm -rf Pods/Pods.xcodeproj/xcshareddata
  • Share the scheme that builds JBChartView.framework in Pods.xcodeproj
  • Archive the framework using Carthage:
$ carthage build --no-skip-current
$ carthage archive JBChartView
  • Create a new tag that matches the JBChartView version in Podfile.lock
  • Create a GitHub release for the tag and upload JBChartView.framework.zip as an attachment

About

Carthage compatible JBChartView.framework


Languages

Language:Ruby 100.0%