Change read
This commit is contained in:
parent
4f24e4f9cc
commit
4008405d41
31
README.md
31
README.md
|
|
@ -1,23 +1,28 @@
|
|||
# UIAnimatedTextField
|
||||
|
||||
## Installation
|
||||
|
||||
UIAnimatedTextField is available through [CocoaPods](http://cocoapods.org). To install
|
||||
it, simply add the pod 'UIAnimatedTextField' and a source for podspecs to your Podfile. For example:
|
||||
|
||||
```ruby
|
||||
source "https://github.com/iznv/Podspecs.git"
|
||||
|
||||
platform :ios, '9.0'
|
||||
use_frameworks!
|
||||
|
||||
target "ProjectName" do
|
||||
pod 'UIAnimatedTextField'
|
||||
end
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
To run the example project, clone the repo, and run `pod install` from the Example directory first.
|
||||
|
||||
## Requirements
|
||||
## Copyright
|
||||
|
||||
## Installation
|
||||
|
||||
UIAnimatedTextField is available through [CocoaPods](http://cocoapods.org). To install
|
||||
it, simply add the following line to your Podfile:
|
||||
|
||||
```ruby
|
||||
pod "UIAnimatedTextField"
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
Ivan Zinovyev, ivan.zinovyev@touchin.ru
|
||||
2016 Touch Instinct
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue