[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 5 / f / RenderNeutrino / 5.5.2 / RenderNeutrino.podspec.json
blob396b4936d6ab8531c1c287ee82db7779ebc1be5c
2   "name": "RenderNeutrino",
3   "version": "5.5.2",
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",
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.5.2"
15   },
16   "social_media_url": "https://twitter.com/alexdrone",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": [
21     "render/**/*",
22     "mods/inspector/**/*"
23   ],
24   "ios": {
25     "public_header_files": [
26       "render/**/*.{h}"
27     ]
28   },
29   "frameworks": "UIKit",
30   "module_name": "RenderNeutrino",
31   "compiler_flags": ""