Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Add Install Section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 authored and Vadim Shpakovski committed Oct 25, 2016
1 parent 28ce642 commit d0c45f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@ You can find a Demo project at [MASPreferencesDemo](https://github.com/shpakovsk
When using Swift you need to override the `identifier` from `MASPreferencesViewController` the following to be compatible with the mutable identifier `String?` in `NSViewController`

override var identifier: String? { get {return "general"} set { super.identifier = newValue} }

# Install
#### [Carthage](https://github.com/Carthage/Carthage)

- Add `github "shpakovski/MASPreferences"` to your Cartfile.

#### [CocoaPods](https://github.com/cocoapods/cocoapods)

- Add `pod 'MASPreferences'` to your Podfile.

0 comments on commit d0c45f3

Please sign in to comment.