blob: 5ecc7f6fabe3ce35a35246bf9be7971111e65a3f [file] [log] [blame]
{
"name": "BackgroundEffectView",
"version": "1.0.2",
"summary": "A lightweight wrapper around CAEmitterLayer; create background particle effects more easily with less code!",
"description": "Makes working with CAEmitterLayer more simpler by reducing the code necessary to set up a particle effect, also includes some more customisation so you can create a great particle effect in your application.",
"homepage": "https://github.com/LukeSmith16/BackgroundEffectView",
"license": {
"type": "MIT",
"file": "license"
},
"authors": {
"Luke Smith": "lukeedwardsmith97@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/LukeSmith16/BackgroundEffectView.git",
"tag": "1.0.0"
},
"source_files": "BackgroundEffectView",
"requires_arc": true,
"swift_versions": "5.0",
"frameworks": "UIKit",
"swift_version": "5.0"
}