[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 8 / d / 4 / FXImageView / 1.2.3 / FXImageView.podspec.json
blob8cb1b563901233913bee9fb4f4a44ef1b9d9b092
2   "name": "FXImageView",
3   "version": "1.2.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.2.3"
14   },
15   "source_files": "FXImageView",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "4.3"
19   }