[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / c / 9 / 7 / ReactantUI / 0.1.2 / ReactantUI.podspec.json
blobb2c5d7f0ad1158a89d98dd550b9f1b562ee89986
2   "name": "ReactantUI",
3   "version": "0.1.2",
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.2"
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"