Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVot committed Nov 6, 2018
2 parents 7544d88 + fd42891 commit 30c2349
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ First of all you will need to add the framework to your project.
## Using CocoaPods

1. Create a Podfile if you don't have one: `pod init`
1. Add a line to your Podfile:
* Swift or mixed projects: `pod 'BugfenderSDK', '~> 1.5'`
* Objective-C projects: `pod 'BugfenderSDK/ObjC', '~> 1.5'` (doesn't require the Swift runtime)
1. Add Bugfender to your Podfile:
* Swift or mixed projects:
```
pod 'BugfenderSDK', '~> 1.6'
```
* Objective-C projects:
```
pod 'BugfenderSDK/ObjC', '~> 1.6' // Doesn't require the Swift runtime
```
1. Save the file and run: `pod install`. This creates an `.xcworkspace` file for your app. Use this file for all future development on your application.

## Manual
Expand Down

0 comments on commit 30c2349

Please sign in to comment.