Skip to content

Commit 81a3b61

Browse files
authored
Update README.md
1 parent 683ce75 commit 81a3b61

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

README.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,20 @@ The iOS Sample App included with this project demonstrates one way to correctly
5252
## Getting Started
5353
It only takes a few simple steps to install and setup **BEMCheckBox** to your project.
5454

55-
###Installation
55+
### Installation
56+
57+
#### CocoaPods
5658
The easiest way to install **BEMCheckBox** is to use <a href="http://cocoapods.org/" target="_blank">CocoaPods</a>. To do so, simply add the following line to your `Podfile`:
5759
<pre><code>pod 'BEMCheckBox'</code></pre>
5860

5961

60-
### Carthage
61-
62+
#### Carthage
6263
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
6364

64-
You can install Carthage with [Homebrew](http://brew.sh/) using the following command:
65-
66-
```bash
67-
$ brew update
68-
$ brew install carthage
69-
```
70-
71-
To integrate BEMCheckBox into your Xcode project using Carthage, specify it in your `Cartfile`:
72-
73-
```ogdl
74-
github "Boris-Em/BEMCheckBox"
75-
```
76-
7765
Run `carthage update` to build the framework and drag the built `BEMCheckBox.framework` into your Xcode project.
7866

79-
80-
The other way to install **BEMCheckBox**, is to drag and drop the *Classes* folder into your Xcode project. When you do so, make sure to check the "*Copy items into destination group's folder*" box.
67+
#### Manually
68+
Finally, you can install **BEMCheckBox** manually. Simply drag and drop the *Classes* folder into your Xcode project. When you do so, make sure to check the "*Copy items into destination group's folder*" box.
8169

8270
### Setup
8371
Setting up **BEMCheckBox** to your project couldn't be more simple. It is modeled after `UISwitch`. In fact, you could just replace instances of `UISwitch` by **BEMCheckBox** in your project!

0 commit comments

Comments
 (0)