2 "name": "RenderNeutrino",
4 "summary": "Render is a declarative library for building efficient UIs on iOS inspired by React.",
5 "description": "s.platform = :ios\nRender is a declarative library for building efficient UIs on iOS inspired by React.\n\n* Declarative: Render uses a declarative API to define UI components. You simply describe the layout for your UI based on a set of inputs and the framework takes care of the rest (diff and reconciliation from virtual view hierarchy to the actual one under the hood).\n* Flexbox layout: Render includes the robust and battle-tested Facebook's Yoga as default layout engine.\n* Fine-grained recycling: Any component such as a text or image can be recycled and reused anywhere in the UI.",
6 "homepage": "https://github.com/alexdrone/Render",
7 "screenshots": "https://raw.githubusercontent.com/alexdrone/Render/master/docs/assets/logo_small.png",
10 "Alex Usbergo": "alexakadrone@gmail.com"
13 "git": "https://github.com/alexdrone/Render.git",
16 "social_media_url": "https://twitter.com/alexdrone",
25 "public_header_files": [
29 "frameworks": "UIKit",
30 "module_name": "RenderNeutrino",