[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / 8 / SPLBokehBackgroundView / 1.0.0 / SPLBokehBackgroundView.podspec.json
blobf7d631538f2462eeaa80d52ee70f30bd0b9744b4
2   "name": "SPLBokehBackgroundView",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/OliverLetterer/SPLBokehBackgroundView.git",
10     "tag": "1.0.0"
11   },
12   "source_files": "SPLBokehBackgroundView",
13   "frameworks": [
14     "Foundation",
15     "CoreMotion",
16     "SpriteKit"
17   ],
18   "requires_arc": true,
19   "homepage": "https://github.com/OliverLetterer/SPLBokehBackgroundView",
20   "summary": "Rebuilding iOS 7 dynamic wallpapers.",
21   "authors": {
22     "Oliver Letterer": "oliver.letterer@gmail.com"
23   },
24   "resource_bundles": {
25     "SPLBokehBackgroundView": "Resources/*"
26   },
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"