[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / 0 / NRTextTransitions / 0.1.0 / NRTextTransitions.podspec.json
blob1bce5dd035349a9a7d287a332f9ed5834c435909
2   "name": "NRTextTransitions",
3   "version": "0.1.0",
4   "summary": "Basic, block based, text transitions",
5   "homepage": "https://github.com/natanrolnik/NRTextTransitions",
6   "license": "MIT",
7   "authors": {
8     "Natan Rolnik": "natanrolnik@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/natanrolnik/NRTextTransitions.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/natanrolnik",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "UIView+NRTextTransitions.{h,m}",
21     "NRTextTransitionCompletionManager.{h,m}"
22   ],
23   "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.",
24   "ios": {
25     "exclude_files": "Classes/osx"
26   },
27   "osx": {
28     "exclude_files": "Classes/ios"
29   }