[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / d / 1 / 5 / MarchingLayer / 0.0.1 / MarchingLayer.podspec.json
blob37296a5cd7ee73c0c989a91290c9f9f5e692c56c
2   "name": "MarchingLayer",
3   "version": "0.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "cemolcay": "ccemolcay@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/cemolcay",
12   "platforms": {
13     "ios": "8.0",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/cemolcay/MarchingLayer.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "MarchingLayer/MarchingLayer.swift",
21   "requires_arc": true,
22   "pushed_with_swift_version": "3.0"