From d0c45f3848d1d9bade4cb513312ee9aad0cfe32f Mon Sep 17 00:00:00 2001 From: toshi0383 Date: Sun, 23 Oct 2016 20:22:05 +0900 Subject: [PATCH] Add Install Section in README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2b6cae2..d9740d1 100644 --- a/README.md +++ b/README.md @@ -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.