Skip to content

Commit

Permalink
Added Carthage support (Closes ChartsOrg#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Oct 2, 2015
1 parent dc9f4b6 commit c63975b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ DerivedData
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Pods/

Carthage
Charts.framework.zip
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ If you want to compile for iOS 7:
Add `pod 'Charts'` to your Podfile. "Charts" is the name of the library.
**Note:** ~~`pod 'ios-charts'`~~ is not the correct library, and refers to a different project by someone else.

## Carthage Install

New versions (since v2.1.4) include Carthage prebuilt binaries.

```carthage
github "danielgindi/ios-charts" == 2.1.4
github "danielgindi/ios-charts" ~> 2.1.4
```

In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`.

## Help

If you like what you see here, and want to support the work being done in this repository, you could:
Expand Down

0 comments on commit c63975b

Please sign in to comment.