gitextract_2sf9pjr1/ ├── .gitignore ├── .swift-version ├── Example/ │ ├── Example/ │ │ ├── AppDelegate.swift │ │ ├── Assets.swift │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── sample1.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── sample2.imageset/ │ │ │ │ └── Contents.json │ │ │ └── sampleBackground.imageset/ │ │ │ └── Contents.json │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.storyboard │ │ │ └── MainViewController.storyboard │ │ ├── Info.plist │ │ └── MainViewController.swift │ └── Example.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── LICENSE ├── PCLBlurEffectAlert.podspec ├── PCLBlurEffectAlert.xcodeproj/ │ ├── PCLBlurEffectAlertTests_Info.plist │ ├── PCLBlurEffectAlert_Info.plist │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── xcshareddata/ │ └── xcschemes/ │ ├── PCLBlurEffectAlert.xcscheme │ └── xcschememanagement.plist ├── Package.swift ├── README.md └── Sources/ ├── PCLBlurEffectAlert+Action.swift ├── PCLBlurEffectAlert+Controller.swift ├── PCLBlurEffectAlert+TransitionAnimator.swift ├── PCLBlurEffectAlert.h └── PCLBlurEffectAlert.swift