From acd7137b5cddc68ce79e9cda20359cb91bca7e43 Mon Sep 17 00:00:00 2001 From: Bruno Berisso Date: Mon, 25 Jan 2016 13:23:01 -0300 Subject: [PATCH] Specify the tag version on the Carthage integration instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1342779..d297990 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ The more clear way to integrate `TLSphinx` is using [Carthage] or similar method In your `Cartfile` add a reference to the last version of `TLSphinx`: ```` -github "Tryolabs/TLSphinx" ~> tag_pointing_to_the_last_version +github "Tryolabs/TLSphinx" ~> 0.0.2 ```` Then run `carthage update`, this should fetch and build the last version of `TLSphinx`. Once it's done drag the _TLSphinx.framewok_ bundle to the XCode _Linked Frameworks and Libraries_. You must tell XCode where to find `Sphinx` module that is located in the Carthage checkout. To do so: