[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 6 / 8 / SKInkAnimator / 1.0.2 / SKInkAnimator.podspec.json
blobdadbc1e64956de7d6f76571e07511ab9dd9b9f11
2   "name": "SKInkAnimator",
3   "version": "1.0.2",
4   "summary": "Framework to work with assets generated by the InkAnimator app in Sprite Kit based games.",
5   "swift_version": "4.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": "1.0.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SKInkAnimator/Classes/**/*",
23   "frameworks": "SpriteKit",
24   "dependencies": {
25     "AEXML": [
26       "~> 4.3.3"
27     ]
28   }