blob: 388a6d940a65af722bfc95e7b0262b3748c6d5fc [file] [log] [blame]
{
"name": "FastBlurView",
"version": "0.1.0",
"summary": "A simple swift library for blurring view.",
"description": "FastBlurView is a pure swift library for blurring view.\nIt is based on Metal, implemented simplely.",
"homepage": "https://github.com/cleexiang/FastBlurView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cleexiang": "cleexiang@126.com"
},
"source": {
"git": "https://github.com/cleexiang/FastBlurView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FastBlurView/Classes/**/*"
}