blob: d5fb81adb444660e9e93fbc182288b51773c3c24 [file] [log] [blame]
{
"name": "STChainedFilter",
"version": "0.1.0",
"summary": "A CIFilter that chained other filters",
"description": "A CIFilter that chained other filters. Used to make multiple filters into one filter",
"homepage": "https://github.com/sodastsai/chained-filter",
"license": "Apache License 2.0",
"authors": {
"sodastsai": "sodas2002@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/sodastsai/chained-filter.git",
"tag": "0.1.0"
},
"source_files": "chained-filter/**/*.{h,m}",
"public_header_files": "chained-filter/**/*.h",
"frameworks": [
"Foundation",
"CoreImage"
],
"requires_arc": true
}