Skip to content

Commit

Permalink
be explicit on how to install 'Charts' when using CocoaPods since
Browse files Browse the repository at this point in the history
there is another Pod called 'ios-charts'
  • Loading branch information
avishaan committed Sep 17, 2015
1 parent fc0d31d commit a54496b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ If you want to compile for iOS 7:
1. Drag the code itself (.swift files) to your project. As sadly, Swift currently does not support compiling Frameworks for iOS 7.
2. Make sure that the files are added to the Target membership.

## CocoaPods Install

Add `Pod 'Charts'` to your Podfile. Adding `Pod 'ios-charts'` will not work!!

## 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 a54496b

Please sign in to comment.