blob: 8336e78f3f48b15f7f4cbb2675b1386d76fc1211 [file] [log] [blame]
{
"name": "SSBFilter",
"version": "0.1.0",
"summary": "基于GPUImage的美颜滤镜",
"description": "基于GPUImage的美颜滤镜, 非常简单",
"homepage": "https://github.com/AmatsuZero/SSBFilter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AmatsuZero": "jzh16s@hotmail.com"
},
"source": {
"git": "https://github.com/AmatsuZero/SSBFilter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "SSBFilter/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"GPUImage": [
"~> 0.1.7"
]
}
}