Marcin Krzyżanowski 10 лет назад
Родитель
Сommit
0e6e9a560c
1 измененных файлов с 9 добавлено и 1 удалено
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -56,12 +56,20 @@ By default project is setup for iOS. You need to switch to OSX SDK manually [see
 
 ####CocoaPods
 
-You can use [CocoaPods](http://cocoapods.org/?q=cryptoSwift). You need version 0.36 or newer to use Swift framework.
+You can use [CocoaPods](http://cocoapods.org/?q=cryptoSwift).
 
 ```ruby
 pod 'CryptoSwift'
 ```
 
+or for newest version from specified branch of code:
+
+```ruby
+pod 'CryptoSwift', :git => "https://github.com/krzyzanowskim/CryptoSwift", :branch => "master"
+```
+
+You need version 0.36 or newer to use Swift framework.
+ 
 ##Usage
 
 ```swift