SPLBokehBackgroundView 1.0.0× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2014Maintained by Oliver Letterer.Installation Guide×Installation Guide for SPLBokehBackgroundViewYou want to add pod 'SPLBokehBackgroundView', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'SPLBokehBackgroundView', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try SPLBokehBackgroundViewSee PodspecGitHub RepoPage on CocoaPods.orgSPLBokehBackgroundView 1.0.0ByOliver LettererolettererOliverLetterer/SPLBokehBackgroundViewGitHub Repo Installation pod 'SPLBokehBackgroundView' Usage SPLBokehBackgroundView *bokehBackgroundView = [[SPLBokehBackgroundView alloc] initWithFrame:...]; bokehBackgroundView.showsFPS = YES; [self.view addSubview:bokehBackgroundView];