Skip to content

Commit 537ad07

Browse files
author
Stephanie Sharp
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 62df15c + 286636a commit 537ad07

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,17 @@ To install via CocoaPods, add to your podfile:
3737

3838
###Carthage
3939

40-
TBC
40+
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.
4151

4252
##Acknowledgements
4353

0 commit comments

Comments
 (0)