You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.4 KiB

10 years ago
10 years ago
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>Twitter.Bootstrap</id>
  5. <version>3.0.1.1</version>
  6. <title>Bootstrap</title>
  7. <authors>Jacob Thornton, Mark Otto</authors>
  8. <owners>Jacob Thornton, Mark Otto</owners>
  9. <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
  10. <projectUrl>http://getbootstrap.com/</projectUrl>
  11. <iconUrl>http://blog.getbootstrap.com/public/ico/apple-touch-icon-144-precomposed.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development. Package issues? Please post them here https://github.com/sirkirby/twitter-bootstrap-nuget/issues</description>
  14. <summary>Copyright 2012 Twitter, Inc.
  15. Licensed under the Apache License, Version 2.0 (the "License");
  16. you may not use this file except in compliance with the License.</summary>
  17. <releaseNotes>Twitter.Bootstrap has moved to Bootstrap! Installing this update will automatically install the new package and open a readme explaining the transition.</releaseNotes>
  18. <copyright />
  19. <language>en-US</language>
  20. <tags>twitter css css3 html5 less jquery bootstrap responsive</tags>
  21. <dependencies>
  22. <dependency id="bootstrap" version="3.0.1" />
  23. </dependencies>
  24. </metadata>
  25. </package>