[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / d / 5 / 3 / UIImage+BlurAndDarken / 0.0.1 / UIImage+BlurAndDarken.podspec.json
blob66eff3a4fc009f792cb994421104fd4853af2374
2   "name": "UIImage+BlurAndDarken",
3   "version": "0.0.1",
4   "summary": "A category on UIImage to return a blurred and/or darkened copy of the receiver.",
5   "homepage": "https://github.com/bryanjclark/ios-darken-image-with-cifilter",
6   "license": "MIT",
7   "authors": {
8     "Bryan Clark": "bryan@bryanjclark.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/bryanjclark/ios-darken-image-with-cifilter.git",
15     "commit": "5adb09c843ee987bb6338c78f816a28623347304"
16   },
17   "source_files": "UIImage+BlurAndDarken.{h,m}",
18   "frameworks": "CoreImage",
19   "requires_arc": true