blob: 1bce5dd035349a9a7d287a332f9ed5834c435909 [file] [log] [blame]
{
"name": "NRTextTransitions",
"version": "0.1.0",
"summary": "Basic, block based, text transitions",
"homepage": "https://github.com/natanrolnik/NRTextTransitions",
"license": "MIT",
"authors": {
"Natan Rolnik": "natanrolnik@gmail.com"
},
"source": {
"git": "https://github.com/natanrolnik/NRTextTransitions.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/natanrolnik",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"UIView+NRTextTransitions.{h,m}",
"NRTextTransitionCompletionManager.{h,m}"
],
"description": "NRTextTransitions is a category in UIView that makes easier handling animated text transitions for UILabel, UITextView and UITextField. As the standard +[UIView animateWithDuration:animations:] is not able to animate non-animatable properties, and text, font and textColor properties of UILabel, UITextView and UITextField, are non-animatable, you need to use CATransition to do so with animation. NRTextTransitions uses a similar API to the standard UIView class methods, encapsulating the changes passed in the animations parameter block. In order to apply the transitions to the objects mentioned in this block, you must create an array, add the objects to this array, and pass it in the 'textObjects' parameter.",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}