blob: c81c92d193e93fd1a3ce568a12f09cf3da25c6f6 [file] [log] [blame]
{
"name": "NOGlisteningImageView",
"version": "1.0.0",
"summary": "A drop-in replacement for UIImageView. Repeatedly plays a simple highlight animation.",
"description": "Originally developed to be used in storyboards or nibs when it is needed to draw user attention to certain graphical elements. All public properties can be configured by setting in the User Defined Runtime Attributes section in Xcode's Identity Inspector.\n\nAnimations start playing automatically when this view is added to a UIWindow, and stops when it is removed form one.\n",
"homepage": "https://github.com/memega/NOGlisteningImageView",
"license": "MIT",
"authors": {
"Yuriy Panfyorov": "tohellwithmemega@gmail.com"
},
"source": {
"git": "https://github.com/memega/NOGlisteningImageView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "QuartzCore"
}