blob: 8e8d74347cf3926f1069e8cd3f2d40bb35ed83ed [file] [log] [blame]
{
"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"
]
}