Latest | 0.1.2 |
---|---|
Homepage | https://github.com/LuoLee/Cello |
License | MIT |
Platforms | ios 6.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
Cello is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'Cello'
Author
lilo, [email protected]
License
Cello is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "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.nnBy acting as a modern, powerful runtime system Cello makes many things easy that were previously impractical or awkward in C such as:nn Generic Data Structuresn Polymorphic Functionsn Interfaces / Type Classesn Constructors / Destructorsn Optional Garbage Collectionn Exceptionsn ReflectionnnAnd 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": "[email protected]" }, "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" }
Mon, 04 Dec 2017 14:00:06 +0000