[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / a / f / UIImage+InvertedImage / 2 / UIImage+InvertedImage.podspec.json
blob142c7125f07996ca535f695b4cb1e6c6aeb6bafb
2   "name": "UIImage+InvertedImage",
3   "version": "2",
4   "summary": "Returns a new image that is the receiver with all colors inverted.",
5   "license": {
6     "type": "Public Domain"
7   },
8   "authors": {
9     "Max Howell": "mxcl@me.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/mxcl/UIInvertedImage.git",
16     "tag": "2"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": false,
20   "frameworks": "UIKit",
21   "homepage": "https://github.com/mxcl/UIInvertedImage"