blob: b839340b327421d5622af99c254a051e773d6622 [file] [log] [blame]
{
"name": "CIFilterKit",
"version": "0.1.0",
"summary": "A functional, composable wrapper for Core Image.",
"description": "Inspired by the \"Wrapping Core Image\" chapter of [Functional Programming in Swift](http://www.objc.io/books/fpinswift/). CIFilterKit makes working with Core Image filters safer and simpler.",
"homepage": "https://github.com/jefflovejapan/CIFilterKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeffrey Blagdon": "jeffblagdon@gmail.com"
},
"social_media_url": "http://twitter.com/blagdon",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jefflovejapan/CIFilterKit.git",
"tag": "0.1.0"
},
"source_files": [
"CIFilterKit",
"CIFilterKit/*"
],
"requires_arc": true
}