2 "name": "SPLBokehBackgroundView",
9 "git": "https://github.com/OliverLetterer/SPLBokehBackgroundView.git",
12 "source_files": "SPLBokehBackgroundView",
19 "homepage": "https://github.com/OliverLetterer/SPLBokehBackgroundView",
20 "summary": "Rebuilding iOS 7 dynamic wallpapers.",
22 "Oliver Letterer": "oliver.letterer@gmail.com"
25 "SPLBokehBackgroundView": "Resources/*"
27 "social_media_url": "https://twitter.com/oletterer",
28 "prefix_header_contents": "#ifndef __weakSelf\n#define __weakSelf __weak typeof(self) weakSelf = self\n#endif\n\n#ifndef __strongSelf\n#define __strongSelf __strong typeof(weakSelf) strongSelf = weakSelf\n#endif\n\n#ifndef __weakObject\n#define __weakObject(object) __weak typeof(object) weak_##object = object\n#endif\n\n#ifndef __strongObject\n#define __strongObject(object) __strong typeof(weak_##object) strong_##object = weak_##object\n#endif\n"