Skip to content

Commit 14eb0a9

Browse files
committed
Update install instructions
1 parent 7bf212a commit 14eb0a9

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,6 @@ Supports **iOS8+** and Swift 3.
8585

8686
Add this to your project using Swift Package Manager. In Xcode that is simply: File > Swift Packages > Add Package Dependency... and you're done. Alternative installations options are shown below for legacy projects.
8787

88-
### CocoaPods
89-
90-
If you are already using [CocoaPods](http://cocoapods.org), just add 'FDWaveformView' to your `Podfile` then run `pod install`.
91-
92-
### Carthage
93-
94-
If you are already using [Carthage](https://github.com/Carthage/Carthage), just add to your `Cartfile`:
95-
96-
```ogdl
97-
github "fulldecent/FDWaveformView" ~> 0.1
98-
```
99-
100-
Then run `carthage update` to build the framework and drag the built `FDWaveformView`.framework into your Xcode project.
101-
10288
## Contributing
10389

10490
This project's layout is based on https://github.com/fulldecent/swift4-module-template If you would like to change the layout, please change that project FIRST. Also you may appreciate that project has "recipes" -- you don't just change code you explain why you are doing things. As a maintainer this makes my job MUCH simpler. In a similar respect, if you are introducing non-minor changes, it will be VERY helpful if you could please reference to another project (like AlamoFire) that has seen and discussed the types of design challenges you are touching.) Thanks again and we all really do appreciate your contributions.

0 commit comments

Comments
 (0)