[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / 8 / SKInkAnimator / 2.0.0 / SKInkAnimator.podspec.json
blob24ed75f365c8984a13e2badf23d05301899a16e3
2   "name": "SKInkAnimator",
3   "version": "2.0.0",
4   "summary": "Framework to work with assets generated by the InkAnimator app in Sprite Kit based games.",
5   "swift_versions": "5.0",
6   "description": "SKInkAnimator is the framework to work with game assests generated by InkAnimator app in SpriteKit based games.\nAlways that you export your assets on InkAnimator, the iPad app exports a <EntityName>.xml file that have all the information about the game element's structure, skins and animations. And your assets organized in folders that represents the entity's bones. Use SKInkAnimator framework to instantiate entity's objects, load and set skins and load and run animations.",
7   "homepage": "https://inkanimator.com",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "rafael.vrmoura@gmail.com": "rafael.vrmoura@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/InkAnimator/SKInkAnimator.git",
17     "tag": "2.0.0"
18   },
19   "platforms": {
20     "ios": "16.0"
21   },
22   "source_files": "SKInkAnimator/Classes/**/*",
23   "frameworks": "SpriteKit",
24   "swift_version": "5.0"