[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 7 / ReactantUI / 0.2.0 / ReactantUI.podspec.json
blob2b0dba5162bc7306b86c6b64d33da10a4eb61145
2   "name": "ReactantUI",
3   "version": "0.2.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.2.0"
16   },
17   "social_media_url": "https://twitter.com/BrightifyOrg",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.2"
22   },
23   "source_files": [
25   ],
26   "preserve_paths": [
27     "Sources/**/*",
28     "Package.swift",
29     "Package.pins"
30   ],
31   "prepare_command": "swift build"