| { |
| "name": "ImageEffects", |
| "version": "1.0.0", |
| "summary": "Bring UIImageEffects (WWDC 2013) to UIImage category with handy interface.", |
| "homepage": "http://github.com/devxoul/ImageEffects", |
| "license": { |
| "type": "WWDC 2013", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "devxoul": "devxoul@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/devxoul/ImageEffects.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "ImageEffects/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |