We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62df15c + 286636a commit 537ad07Copy full SHA for 537ad07
1 file changed
README.md
@@ -37,7 +37,17 @@ To install via CocoaPods, add to your podfile:
37
38
###Carthage
39
40
-TBC
+First, add this to your Cartfile:
41
+
42
+ github "stephsharp/MaterialTextField"
43
44
+Then run `carthage update`.
45
46
+The recommended way to integrate `MaterialTextField.framework` is as a workspace dependency:
47
48
+1. If you don't yet have a workspace, go to the File menu in Xcode and select Save as Workspace...
49
+2. At the bottom left of the project navigator, select the + and add `Carthage/Checkouts/MaterialTextField/MaterialTextField.xcodeproj`.
50
+3. Add `MaterialTextField.framework` to your app's "Link Binary with Libraries" build phase.
51
52
##Acknowledgements
53
0 commit comments