blob: 48218d17286b58da57124f4fb7f1be0365427e18 [file] [log] [blame]
{
"name": "Tabata",
"version": "0.0.1",
"summary": "A lightweight CIFilter wrapper for Mac apps.",
"description": "A lightweight CIFilter wrapper for Mac apps written in Swift.\nAutomatically skips filters which have no effect in specified params.",
"homepage": "https://github.com/yokoe/tabata",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SotaYokoe": "info@kreuz45.com"
},
"source": {
"git": "https://github.com/yokoe/tabata.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/kreuz45",
"platforms": {
"osx": "10.10"
},
"source_files": "Tabata/Classes/*.swift",
"frameworks": "Cocoa"
}