[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 5 / f / RenderNeutrino / 5.0.1 / RenderNeutrino.podspec.json
blobdf24353b3757c7a43d2ade62e254271c3a055ae3
2   "name": "RenderNeutrino",
3   "version": "5.0.1",
4   "summary": "Render is a declarative library for building efficient UIs on iOS inspired by React.",
5   "description": "Render 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/logo_small.png",
8   "license": "MIT",
9   "authors": {
10     "Alex Usbergo": "alexakadrone@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/alexdrone/Render.git",
14     "tag": "5.0.1"
15   },
16   "social_media_url": "https://twitter.com/alexdrone",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "ios": {
21     "vendored_frameworks": "bin/RenderNeutrino.framework"
22   }