| { | |
| "name": "UIImage-Filter", | |
| "version": "0.0.1", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "homepage": "https://github.com/dasmer/UIImage-Filter", | |
| "authors": { | |
| "Dasmer Singh": "dasmersingh@gmail.com" | |
| }, | |
| "summary": "A UIImage Category to make filtering UIImage's easy", | |
| "source": { | |
| "git": "https://github.com/Dasmer/UIImage-Filter.git", | |
| "tag": "v0.0.1" | |
| }, | |
| "source_files": "ImageFilter/UIImage+Filters.{h,m}", | |
| "frameworks": "Foundation", | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": null | |
| } | |
| } |