blob: 6a618b1c7c388355db21a62664722c4954ed5974 [file] [log] [blame]
{
"name": "FXImageView",
"version": "1.3.6",
"summary": "FXImageView is a class designed to simplify the application of common visual effects.",
"description": "FXImageView is a class designed to simplify the application of common visual effects such as reflections and drop-shadows to images. FXImageView includes sophisticated queuing and caching logic to maximise performance when rendering these effects in real time.\n\n As a bonus, FXImageView includes a standalone UIImage category for cropping, scaling and applying effects directly to an image.\n",
"homepage": "https://github.com/nicklockwood/FXImageView",
"license": "zlib",
"authors": {
"Nick Lockwood": "support@charcoaldesign.co.uk"
},
"source": {
"git": "https://github.com/nicklockwood/FXImageView.git",
"tag": "1.3.6"
},
"source_files": "FXImageView/{FXImageView,UIImage+FX}.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true,
"platforms": {
"ios": "4.3"
}
}