Skip to content

Commit fafa98e

Browse files
author
Baris Sencan
committed
Add cocoapods instructions
1 parent a87933a commit fafa98e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
###[Carthage](https://github.com/Carthage/Carthage#installing-carthage)
1515

1616
Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).
17+
1718
```
1819
github "isair/ManualLayout"
1920
```
@@ -22,7 +23,11 @@ Then do `carthage update`. After that, add the framework to your project.
2223

2324
###[Cocoapods](https://github.com/CocoaPods/CocoaPods)
2425

25-
Not yet available.
26+
First, make sure you have a pre-release version of CocoaPods installed as Swift support is not complete yet. Then just add the following line in your `Podfile`.
27+
28+
```
29+
pod "ManualLayout"
30+
```
2631

2732
#Usage
2833

0 commit comments

Comments
 (0)