blob: 5a3c9d3bdf3b06c243f41a3e6278d43bf5376587 [file] [log] [blame]
{
"name": "Cello",
"version": "0.1.2",
"summary": "Cello is a library that brings higher level programming to C.",
"description": "Cello is a library that brings higher level programming to C.\n\nBy acting as a modern, powerful runtime system Cello makes many things easy that were previously impractical or awkward in C such as:\n\n Generic Data Structures\n Polymorphic Functions\n Interfaces / Type Classes\n Constructors / Destructors\n Optional Garbage Collection\n Exceptions\n Reflection\n\nAnd because Cello works seamlessly alongside standard C you get all the other benefits such as great performance, powerful tooling, and extensive libraries.",
"homepage": "https://github.com/LuoLee/Cello",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lilo": "luolee.me@gmail.com"
},
"source": {
"git": "https://github.com/LuoLee/Cello.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "6.0"
},
"preserve_paths": "Cello.framework/*",
"public_header_files": "Cello.framework/Versions/A/Headers/*.h",
"source_files": "Cello.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "Cello.framework"
}