We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759dc4f commit 0053c21Copy full SHA for 0053c21
README.md
@@ -48,6 +48,11 @@ end
48
```
49
Note that this requires CocoaPods version 36, and your iOS deployment target to be at least 8.0:
50
51
+####Carthage (iOS 8+, OS X 10.9+)
52
+You can use [Carthage](https://github.com/Carthage/Carthage) to install `AfroLayout` by adding it to your `Cartfile`:
53
+```
54
+github "va3093/afrolayout"
55
56
57
####Manually (iOS 7+, OS X 10.9+)
58
0 commit comments