Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 90023c6

Browse files
authored
Update README.md
1 parent 142ae43 commit 90023c6

1 file changed

Lines changed: 26 additions & 2 deletions

File tree

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,40 @@ $ [sudo] gem install cocoapods
2828
$ pod setup
2929
```
3030

31-
Change to the directory of your Xcode project, and Create and Edit your Podfile and add RestKit:
31+
Change to the directory of your Xcode project, and Create and Edit your Podfile and add IRLDocumentScanner:
3232

3333
``` bash
3434
$ cd /path/to/MyProject
3535
$ touch Podfile
3636
$ edit Podfile
3737
platform :ios, '8.0'
38-
pod 'IRLDocumentScanner', '~> 0.2'
38+
pod 'IRLDocumentScanner'
3939
```
4040

41+
### via Carthage
42+
43+
Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage) if not already available
44+
45+
Change to the directory of your Xcode project, and Create and Edit your Podfile and add IRLDocumentScanner:
46+
47+
``` bash
48+
$ cd /path/to/MyProject
49+
$ touch CartFile
50+
$ edit CartFile
51+
platform :ios, '8.0'
52+
github "charlymr/IRLDocumentScanner" ~> 0.3.0
53+
```
54+
55+
Save and run:
56+
``` bash
57+
$ carthage update
58+
```
59+
60+
Drop the Carthage/Build/iOS .framework in your project.
61+
62+
For more details on Cartage and how to use it, check the [Carthage Github](https://github.com/Carthage/Carthage) documentation
63+
64+
4165
### Manually
4266

4367
- [Download IRLDocumentScanner](../../archive/master.zip)

0 commit comments

Comments
 (0)