[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / d / 0 / SCNActionSequence / 1.0.0 / SCNActionSequence.podspec.json
blobd05fd58162adbae6917144d7e47d1e4bbb13841f
2   "name": "SCNActionSequence",
3   "version": "1.0.0",
4   "summary": "Allow to create simple sequences for scene kit animation.",
5   "description": "There is alway a problem to build chain of animations in SceneKit or ARKit.\nNative mechanisms allows to chain several animation and run them on one node, but can't help to chain animations of different nodes.\nSCNActionSequence to fit that gap.",
6   "homepage": "https://github.com/Michael-Vorontsov/SCNActionSequence",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael-Vorontsov": "michel06@ukr.net"
13   },
14   "source": {
15     "git": "https://github.com/Michael-Vorontsov/SCNActionSequence.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SCNActionSequence/Classes/**/*",
22   "pushed_with_swift_version": "4.0"