Change read

This commit is contained in:
Ivan Zinovyev 2016-12-19 22:40:02 +03:00
parent 4f24e4f9cc
commit 4008405d41
1 changed files with 18 additions and 13 deletions

View File

@ -1,23 +1,28 @@
# UIAnimatedTextField # 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 ## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first. To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements ## Copyright
## Installation 2016 Touch Instinct
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
## License ## License