Răsfoiți Sursa

readme update start

Marcin Krzyżanowski 10 ani în urmă
părinte
comite
0e6e9a560c
1 a modificat fișierele cu 9 adăugiri și 1 ștergeri
  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
 ####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
 ```ruby
 pod 'CryptoSwift'
 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
 ##Usage
 
 
 ```swift
 ```swift