blob: 7092d4b7a2799b9a33dd2225c569b5647d4c210d [file] [log] [blame]
{
"name": "tinyxml",
"version": "2.1.0",
"summary": "TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrating into other programs.",
"license": {
"type": "zlib",
"text": "This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.\n\nPermission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:\n\nThe origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.\nAltered source versions must be plainly marked as such, and must not be misrepresented as being the original software.\nThis notice may not be removed or altered from any source distribution.\n"
},
"homepage": "https://github.com/leethomason/tinyxml2",
"authors": "Lee Thomason",
"source": {
"git": "https://github.com/leethomason/tinyxml2.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": false,
"source_files": "tinyxml2.{cpp,h}"
}