Skip to content

Commit f8011a5

Browse files
committed
Update README.md
1 parent 22aab36 commit f8011a5

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* Refresher is a simple as UIRefreshControl.
1111
* Don't need to add a UIScrollView delegate.
1212

13-
* Demo gif
13+
* Demo gif
1414
![Indicator](https://raw.githubusercontent.com/KyoheiG3/assets/master/SpringIndicator/indicator.gif)
1515
![Refresher](https://raw.githubusercontent.com/KyoheiG3/assets/master/SpringIndicator/refresher.gif)
1616

17-
* Image capture
17+
* Image capture
1818
![Image](https://raw.githubusercontent.com/KyoheiG3/assets/master/SpringIndicator/refresher.png)
1919

2020

@@ -34,9 +34,7 @@ Add the following to your `Podfile`:
3434

3535
```Ruby
3636
pod "SpringIndicator"
37-
use_frameworks!
3837
```
39-
Note: the `use_frameworks!` is required for pods made in Swift.
4038

4139
#### Carthage
4240

@@ -110,7 +108,7 @@ Can use Interface Builder
110108
* Default is `gray`.
111109

112110
```swift
113-
@@IBInspectable var lineCap: Bool
111+
@IBInspectable var lineCap: Bool
114112
```
115113
* Cap style.
116114
* Options are `round` or `square`. true is `round`.
@@ -122,12 +120,6 @@ Can use Interface Builder
122120
* Rotation duration.
123121
* Default is `1.5`.
124122

125-
```swift
126-
@IBInspectable var strokeDuration: Double
127-
```
128-
* Stroke duration.
129-
* Default is `0.7`.
130-
131123
#### Refresher
132124

133125
```swift
@@ -172,6 +164,15 @@ func endRefreshing()
172164
```
173165
* Must be explicitly called when the refreshing has completed.
174166

167+
## Author
168+
169+
#### Kyohei Ito
170+
171+
- [GitHub](https://github.com/kyoheig3)
172+
- [Twitter](https://twitter.com/kyoheig3)
173+
174+
Follow me 🎉
175+
175176
## LICENSE
176177

177178
Under the MIT license. See LICENSE file for details.

0 commit comments

Comments
 (0)