From aa85e985b9cbdd855f0cf1b32130f3b77021c327 Mon Sep 17 00:00:00 2001 From: Sofiane Beors Date: Fri, 12 Aug 2016 17:25:47 +0200 Subject: [PATCH] Added Cocoapod to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 41ad441d..26cea6b8 100755 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ A Swift implementation of passcode lock for iOS with TouchID authentication. ## Installation PasscodeLock requires Swift 2.0 and Xcode 7 +#### CocoaPods +```ruby +pod 'PasscodeLock' +``` + #### Carthage Add the following line to your [Cartfile](https://github.com/carthage/carthage)