Go to file
Ivan Zinovyev 0b8e6426bf Change read 2016-12-19 22:42:30 +03:00
Example Add workspace and edit gitignore (ignore pods folder) 2016-12-19 18:32:45 +03:00
UIAnimatedTextField/Source Add license to all source files 2016-12-19 19:33:48 +03:00
.gitignore Add workspace and edit gitignore (ignore pods folder) 2016-12-19 18:32:45 +03:00
LICENSE Add license to all source files 2016-12-19 19:33:48 +03:00
README.md Change read 2016-12-19 22:42:30 +03:00
UIAnimatedTextField.podspec Change pod version 2016-12-19 18:27:05 +03:00
_Pods.xcodeproj Initial commit 2016-12-19 14:58:47 +03:00

README.md

UIAnimatedTextField

Installation

UIAnimatedTextField is available through CocoaPods. To install it, simply add the pod 'UIAnimatedTextField' and the source for podspecs to your Podfile. For example:

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.

License

Copyright (c) 2016 Touch Instinct

UIAnimatedTextField is available under the MIT license. See the LICENSE file for more info.