Browse Source

Update README.md

Evgenii Neumerzhitckii 9 years ago
parent
commit
4ff89ae33d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -37,6 +37,7 @@ Alternatively, add `github "marketplacer/keychain-swift" ~> 3.0` to your Cartfil
 If you are using CocoaPods add this text to your Podfile and run `pod install`.
 
     use_frameworks!
+    target 'Your target name'
     pod 'KeychainSwift', '~> 3.0'
 
 Here is how to use KeychainSwift in a *WatchKit extension* with CocoaPods.