[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / a / d / FaceAwareFill / 1.0 / FaceAwareFill.podspec.json
blobbc0e8d51df5ddbc971d2da626bc8429820683431
2   "name": "FaceAwareFill",
3   "version": "1.0",
4   "summary": "Aspect Fill content centering over the detected faces.",
5   "description": "                    This category applies Aspect Fill content mode to an image and if faces are detected it centers them instead of centering the image just by its geometrical center.\n",
6   "homepage": "https://github.com/Julioacarrettoni/UIImageView_FaceAwareFill",
7   "screenshots": "https://raw2.github.com/Julioacarrettoni/UIImageView_FaceAwareFill/master/EXAMPLE.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Julio Andres Carrettoni": "julioacarrettoni@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Julioacarrettoni/UIImageView_FaceAwareFill.git",
17     "tag": "v1.0"
18   },
19   "platforms": {
20     "ios": "5.0"
21   },
22   "requires_arc": true,
23   "source_files": "UIImageView+FaceAwareFill/*.{h,m}",
24   "frameworks": "CoreImage"