blob: 6991906193742738c694ec52390ddd177de7744c [file] [log] [blame]
{
"name": "HTCoreImage",
"version": "1.0.1",
"platforms": {
"ios": "5.0"
},
"summary": "A set of convenience categories to simplify use of Core Image on iOS.",
"homepage": "https://github.com/hoteltonight/HTCoreImage",
"license": "MIT",
"authors": {
"Jacob Jennings": "jacob.r.jennings@gmail.com"
},
"source": {
"git": "https://github.com/hoteltonight/HTCoreImage.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"frameworks": [
"QuartzCore",
"CoreGraphics",
"CoreImage"
],
"requires_arc": true
}