2 "name": "MarchingLayer",
4 "summary": "Randomly fills layer with sprites and move them in any direction and speed you want.",
5 "description": "MarchingLayer\n====\n\nRandomly fills layer with sprites and move them in any direction and speed you want.\n\nDemo\n----\n\n![alt tag](https://github.com/cemolcay/MarchingLayer/raw/master/demo.gif)\n\nRequirements\n----\n\n* Swift 4.0+\n* iOS 8.0+\n* tvOS 9.0+\n\nInstall\n----\n\n```\npod 'MarchingLayer'\n```\n\nUsage\n----\n\nCreate and add a `MarchingLayer` into your view.\nSet `sprites` property with images you want to show in layer.\nSet `animationDirection` to `up`, `down`, `left` or `right`.\nSet `animationSpeed` to change animation speed.\nCall `startAnimation()` to start, `stopAnimation()` to stop marching animation.",
6 "homepage": "https://github.com/cemolcay/MarchingLayer",
9 "cemolcay": "ccemolcay@gmail.com"
11 "social_media_url": "http://twitter.com/cemolcay",
17 "git": "https://github.com/cemolcay/MarchingLayer.git",
20 "source_files": "MarchingLayer/MarchingLayer.swift",
22 "pushed_with_swift_version": "3.0"