Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rupérez committed Feb 22, 2017
1 parent 64ec60f commit 668933f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,19 @@ Kommander is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "Kommander"
pod 'Kommander'
```

For Swift 2 compatibility use:

```ruby
pod 'Kommander', :git => 'https://gitlab.intelygenz.com/ios/kommander.git', :tag => 'swift2'
```

For Objective-C compatibility use:

```ruby
pod 'Kommander', :git => 'https://gitlab.intelygenz.com/ios/kommander.git', :tag => '0.2.1-objc'
```

## License
Expand Down

0 comments on commit 668933f

Please sign in to comment.