Spine.1.6.18.nuspec 1.1 KB

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>Spine</id>
  5. <version>1.6.18.0</version>
  6. <authors>Esoteric Software</authors>
  7. <owners>Esoteric Software</owners>
  8. <licenseUrl>https://github.com/EsotericSoftware/spine-runtimes/blob/master/LICENSE</licenseUrl>
  9. <projectUrl>http://esotericsoftware.com/</projectUrl>
  10. <iconUrl>http://esotericsoftware.com/spine/files/logo-420.png</iconUrl>
  11. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  12. <description>Spine is a 2D skeletal animation tool for game development and other animation projects.</description>
  13. <summary>Spine features an intuitive workflow to rig and animate skeletons, a multiple-timeline dopesheet for retiming and tweaking animations, powerful exporting capabilities, and runtimes for many programming languages and game toolkits.</summary>
  14. <releaseNotes>Release build for .NET 4.0 of version 1.6.18 (changeset c732a687, 2013-10-24)</releaseNotes>
  15. <copyright>Copyright 2013</copyright>
  16. <tags>2D skeletal animation runtime Spine</tags>
  17. </metadata>
  18. </package>