blob: 7530790872be7f7a0cc98571bba49550bda33d6b [file] [log] [blame]
{
"name": "BackgroundEffectView",
"version": "1.0.0",
"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",
"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"
}