blob: 6984f9e69448d8337e5ef4776623c16239b967ab [file] [log] [blame]
{
"name": "QuickCIFilter",
"version": "0.1.0",
"summary": "A quick way to add CIFilters to UIImages as an extension of UIImageView.",
"description": "Allows users to add CIFilters to UIImages through an extension of UIImageView.",
"homepage": "https://github.com/anthonyau/QuickCIFilter",
"license": "MIT",
"authors": {
"Anthony Au": "emailanthonyau@gmail.com"
},
"source": {
"git": "https://github.com/anthonyau/QuickCIFilter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"QuickCIFilter": [
"Pod/Assets/*.png"
]
}
}