blob: 0569545239ede466b3f8f75bdaeb0884dda6b721 [file] [log] [blame]
{
"name": "CIFilterKit",
"version": "0.0.2",
"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.\n",
"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.0.2"
},
"source_files": [
"CIFilterKit",
"CIFilterKit/*"
],
"requires_arc": true
}