We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab603c1 commit 24519ddCopy full SHA for 24519dd
1 file changed
README.md
@@ -18,13 +18,19 @@ CocoaPods 1.0
18
19
## Installation
20
21
-SMFloatingLabelTextField is available through [CocoaPods](http://cocoapods.org). To install
+SMFloatingLabelTextField is available through [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage). To install
22
it, simply add the following line to your Podfile:
23
24
```ruby
25
pod "SMFloatingLabelTextField"
26
```
27
28
+or Cartfile:
29
+
30
+```ruby
31
+github "AzimoLabs/SMFloatingLabelTextField"
32
+```
33
34
## Author
35
36
Michał Moskała, micmos@azimo.com
0 commit comments