Skip to content

Commit

Permalink
Merge pull request #2 from lfarah/patch-1
Browse files Browse the repository at this point in the history
Added Manual Installation guide + Organized Installation
  • Loading branch information
sabirvirtuoso committed Jun 1, 2016
2 parents cf5466b + 597a0fa commit 7fa4263
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,19 @@ mockCollaborator.verify(verificationMode: AtMostTimes(times: Times(times: 3))).m

Mockit is built with Swift 2.2.

#### CocoaPods

Mockit is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'Mockit', '1.1.0'
```

#### Manually
1. Download and drop ```/Mockit``` folder in your project.
2. Congratulations!

## Feedback

Issues and pull-requests are most welcome - especially about improving the API further.
Expand Down

0 comments on commit 7fa4263

Please sign in to comment.