Jelajahi Sumber

Added Carthage to installation section

Yury Lapitsky 10 tahun lalu
induk
melakukan
52ffe5d0e3
1 mengubah file dengan 10 tambahan dan 0 penghapusan
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -70,6 +70,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