We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0265e26 commit 0fe1937Copy full SHA for 0fe1937
2 files changed
CocoaTextField.xcodeproj/project.xcworkspace/xcuserdata/edgaraszigis.xcuserdatad/UserInterfaceState.xcuserstate
9.01 KB
README.md
@@ -8,18 +8,18 @@ Highly customizable text field created according to Material.IO guidelines.
8
### Carthage
9
10
```
11
-github "edgar-zigis/CocoaTextField" ~> 1.0.0
+github "edgar-zigis/CocoaTextField" ~> 1.1.1
12
13
### Cocoapods
14
15
16
-pod 'CocoaTextField', '~> 1.0.0'
+pod 'CocoaTextField', '~> 1.1.1'
17
18
### Swift Package Manager
19
20
21
dependencies: [
22
- .package(url: "https://github.com/edgar-zigis/CocoaTextField.git", .upToNextMajor(from: "1.1.0"))
+ .package(url: "https://github.com/edgar-zigis/CocoaTextField.git", .upToNextMajor(from: "1.1.1"))
23
]
24
25
### Usage
0 commit comments