From 4008405d4120ebaf38673ab9300959ba773eb787 Mon Sep 17 00:00:00 2001 From: Ivan Zinovyev Date: Mon, 19 Dec 2016 22:40:02 +0300 Subject: [PATCH] Change read --- README.md | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6b8de4a..cc95533 100644 --- a/README.md +++ b/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