blob: 844f40a3737250a78363e2cb718c65af26b27c46 [file] [log] [blame]
{
"name": "ObjC_RMImageFilters",
"version": "0.1.1",
"summary": "ObjC_RMImageFilters provides various filters that can be applied on images.",
"description": "'To apply fiter on image, you need to initialize filter with your image. And then set a particular filter.'",
"homepage": "https://github.com/ravirajw/ObjC_RMImageFilters",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raviraj Wadhwa": "w.raviraj@yahoo.com"
},
"source": {
"git": "https://github.com/ravirajw/ObjC_RMImageFilters.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "12.0"
},
"source_files": "Source/**/*.h",
"public_header_files": "Source/**/*.h",
"frameworks": "UIKit"
}