2 Commits

Author SHA1 Message Date
Oskar Groth 54df55d873 Typo 2018-07-10 17:23:27 +02:00
Oskar Groth 5ea6de9f9c Carthage 2018-07-10 17:22:19 +02:00
+3 -3
View File
@@ -9,10 +9,10 @@ This is a `NSView` subclass that lets you create beautiful iOS-inspired switches
![OGSwitch for macOS](https://s3.amazonaws.com/cindori/images/ogswitch.png "OGSwitch for macOS")
## Installation (CocoaPods)
Configure your Podfile to use `OGSwitch`:
## Installation (Carthage)
Configure your Cartfile to use `OGSwitch`:
```pod 'OGSwitch'```
```github "OskarGroth/OGSwitch" ~> 2.0```
## Usage