Skip to content

Commit

Permalink
Improves CocoaPods instructions (#762)
Browse files Browse the repository at this point in the history
Just made it more clear, I think.
  • Loading branch information
alimoeeny authored and danthorpe committed Jul 19, 2017
1 parent d6389ea commit c468d73
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -41,8 +41,15 @@ You can add _ProcedureKit_ to your project, by following [Apple's guidelines](ht

#### CocoaPods

ProcedureKit is available through [CocoaPods](https://cocoapods.org/pods/ProcedureKit). To install
it, include it in your Podfile. Here is a full example of a cross platform application with unit test support. In this case, _ProcedureKit_ has been included via submodules.
ProcedureKit is available through [CocoaPods](https://cocoapods.org/pods/ProcedureKit). To install it, include it in your Podfile. For example on iOS you can:

```ruby
pod 'ProcedureKit/All'
# Or this subspec is the iOS only UIKit related stuff
pod 'ProcedureKit/Mobile'
```

Here is a full example of a cross platform application with unit test support. In this case, _ProcedureKit_ has been included via submodules.

```ruby
target 'MyApp' do
Expand Down

0 comments on commit c468d73

Please sign in to comment.