[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 8 / d / 4 / FXImageView / 1.3.3 / FXImageView.podspec.json
blob733722f349abde74a8316058e0f7e384975061f2
2   "name": "FXImageView",
3   "version": "1.3.3",
4   "summary": "FXImageView is a class designed to simplify the application of common visual effects.",
5   "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",
6   "homepage": "https://github.com/nicklockwood/FXImageView",
7   "license": "zlib",
8   "authors": {
9     "Nick Lockwood": "support@charcoaldesign.co.uk"
10   },
11   "source": {
12     "git": "https://github.com/nicklockwood/FXImageView.git",
13     "tag": "1.3.3"
14   },
15   "source_files": "FXImageView",
16   "frameworks": "QuartzCore",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "4.3"
20   }