blob: 744c3bc28798e3dc59dde99390cd3743b3b94638 [file] [log] [blame]
{
"name": "Filtr",
"version": "0.1.1",
"summary": "Swift framework for photo filter effects on iOS/macOS/tvOS.",
"description": "Photo effects framework based on Core Image, using 3D LUT images to create filter effects.",
"homepage": "http://github.com/danlozano/Filtr",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Lozano": "dan@danielozano.com"
},
"social_media_url": "http://twitter.com/danlozanov",
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/danlozano/Filtr.git",
"tag": "0.1.1"
},
"source_files": "Filtr/Classes/**/*",
"public_header_files": "Filtr/Classes/**/*.h",
"resources": "Filtr/Resources/**/*{xcassets,png,fcube}",
"pushed_with_swift_version": "3.0"
}