[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 9 / 7 / ReactantUI / 0.1.0 / ReactantUI.podspec.json
bloba30a088f0baeae1a4e0ddf54e1593f6b0cce6ca5
2   "name": "ReactantUI",
3   "version": "0.1.0",
4   "summary": "Reactant extension for UI declaration in XML",
5   "description": "Reactant UI is an extension for Reactant allowing you to declare views and layout using XML. Don't worry, there's no runtime overhead, as all those declarations are precompiled into Swift. Reactant then uses the generated code to create your UI.",
6   "homepage": "http://reactant.tech",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Matous Hybl": "matous@brightify.org",
11     "Filip Dolnik": "filip@brightify.org"
12   },
13   "source": {
14     "git": "https://github.com/Brightify/ReactantUI.git",
15     "tag": "0.1.0"
16   },
17   "social_media_url": "https://twitter.com/BrightifyOrg",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": [
24   ],
25   "preserve_paths": [
26     "Sources/**/*",
27     "Package.swift",
28     "Package.pins"
29   ],
30   "prepare_command": "swift build"