Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nafu committed Dec 30, 2014
1 parent 683d324 commit 8541edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Flurry

Latest Flurry SDK

To use 5.0.0 FlurrySDK from cocoapods, add this line in your Pods file:
To use 6.0.0 FlurrySDK from cocoapods, add this line in your Pods file:

```
pod 'FlurrySDK', '5.0'
pod 'FlurrySDK', '6.0'
```


If you also want the FlurryAds SDK, you can define pods to install both subspecs:

```
pod 'FlurrySDK/FlurrySDK', '5.0'
pod 'FlurrySDK/FlurryAds', '5.0'
pod 'FlurrySDK/FlurrySDK', '6.0'
pod 'FlurrySDK/FlurryAds', '6.0'
```

0 comments on commit 8541edc

Please sign in to comment.