1
1
# TweeTextField
2
2
3
3
[ ![ Swift Version] [ swift-image ]] [ swift-url ]
4
+ [ ![ Build] [ build-image ]] [ build-url ]
4
5
[ ![ Platform] [ platform-image ]] [ platform-url ]
5
6
[ ![ Documentation] [ docs-image ]] [ docs-url ]
6
7
[ ![ Pod] [ pod-image ]] [ pod-url ]
@@ -64,7 +65,7 @@ Run `carthage update` to build the framework and drag the built `TweeTextField.f
64
65
#### Manually
65
66
1 . Download the [ code] ( https://github.com/oleghnidets/TweeTextField/archive/master.zip ) .
66
67
2 . Drag and drop sources in your project.
67
- 3 . Import the library in code by ` import TweeTextField `
68
+ 3 . Import the library in code by ` import TweeTextField ` .
68
69
69
70
## Usage
70
71
@@ -104,7 +105,7 @@ usernameTextField.lineWidth = 2
104
105
Distributed under the MIT license. See [ LICENSE] ( https://github.com/oleghnidets/TweeTextField/blob/develop/LICENSE ) for more information.
105
106
106
107
107
- [ swift-image ] :https://img.shields.io/badge/swift-4.0-orange.svg
108
+ [ swift-image ] : https://img.shields.io/badge/swift-4.0-orange.svg
108
109
[ swift-url ] : https://swift.org/
109
110
[ license-image ] : https://img.shields.io/badge/License-MIT-blue.svg
110
111
[ license-url ] : LICENSE
@@ -116,3 +117,5 @@ Distributed under the MIT license. See [LICENSE](https://github.com/oleghnidets/
116
117
[ pod-url ] : http://cocoapods.org/
117
118
[ carthage-image ] : https://img.shields.io/badge/carthage-%E2%9C%93-orange.svg
118
119
[ carthage-url ] : https://github.com/Carthage/Carthage
120
+ [ build-image ] : https://travis-ci.org/oleghnidets/TweeTextField.svg?branch=master
121
+ [ build-url ] : https://travis-ci.org/oleghnidets/TweeTextField
0 commit comments