From c9a647b08b32cc7f379f6fbf13e790f3feb73b89 Mon Sep 17 00:00:00 2001 From: tsk takezawa Date: Thu, 3 Mar 2016 01:40:59 +0900 Subject: [PATCH 1/2] Setting shared scheme on --- .../xcschemes/MarkdownTextView.xcscheme | 99 +++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 MarkdownTextView.xcodeproj/xcshareddata/xcschemes/MarkdownTextView.xcscheme diff --git a/MarkdownTextView.xcodeproj/xcshareddata/xcschemes/MarkdownTextView.xcscheme b/MarkdownTextView.xcodeproj/xcshareddata/xcschemes/MarkdownTextView.xcscheme new file mode 100644 index 0000000..390e4fb --- /dev/null +++ b/MarkdownTextView.xcodeproj/xcshareddata/xcschemes/MarkdownTextView.xcscheme @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 44cd73d71e4f5ad6315d6cd2b6f5f2928b934c2d Mon Sep 17 00:00:00 2001 From: tsk takezawa Date: Thu, 3 Mar 2016 01:41:37 +0900 Subject: [PATCH 2/2] Add installation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3adb809..393fd21 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,18 @@ Check out the includeded Example app to try out the text view and to see how **MarkdownTextView** is integrated into the project. +### Installation + +###### With [CocoaPods](https://cocoapods.org/): +```ruby +pod "MarkdownTextView" +``` + +###### With [Carthage](https://github.com/Carthage/Carthage): +```swift +github "indragiek/MarkdownTextView" +``` + ### Getting Started The simplest possible usage is as follows: