Bladeren bron

Merge pull request #107 from skyylex/develop

Added Carthage to installation section
Marcin Krzyzanowski 10 jaren geleden
bovenliggende
commit
b34f25a7d2
1 gewijzigde bestanden met toevoegingen van 10 en 0 verwijderingen
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -71,6 +71,16 @@ or for newest version from specified branch of code:
 ```ruby
 pod 'CryptoSwift', :git => "https://github.com/krzyzanowskim/CryptoSwift", :branch => "master"
 ```
+
+####Carthage 
+You can use [Carthage](https://github.com/Carthage/Carthage). 
+Specify in Cartfile:
+
+```ruby
+github "krzyzanowskim/CryptoSwift"
+```
+
+Then follow [build instructions](https://github.com/Carthage/Carthage#getting-started)
  
 ##Usage