Skip to content

Commit

Permalink
Updated readme with cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
svenroed committed May 21, 2014
1 parent 7391dbe commit ee65b43
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@ KatalysatorSDK Readme

For documentation visit http://developer.katalysator.io.

###Changelog
02/11/2013 - v1.0.0b - Initial release ready for testing
###Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like KatalysatorSDK in your projects.

Podfile
```
platform :ios, '7.0'
pod "KatalysatorSDK"
```

0 comments on commit ee65b43

Please sign in to comment.