BelkaLab / GaugeView

A simple Gauge View in Swift
MIT License
54 stars 17 forks source link

Carthage Support #7

Open chrisdhaan opened 7 years ago

chrisdhaan commented 7 years ago

@GnuRant Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/GaugeView.xcscheme file. The other file updates were due to building the project with CocoaPods newer 1.2.0 version. Solves Issue #3 .

This branch has been tested and successfully installed via Carthage.

Afterwards you'll want to update the project for a new build and tag a new release so new user installing via CocoaPods get the Swift 3.0 and Carthage changes.

Let me know if you have any questions.