Skip to content

Commit

Permalink
Specify the tag version on the Carthage integration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Berisso committed Jan 25, 2016
1 parent d4e164c commit acd7137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down

0 comments on commit acd7137

Please sign in to comment.