[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / 7 / ReactantUI / 0.1.1 / ReactantUI.podspec.json
blob80146f522a33681e6ef579ff65fc51a565a18001
2   "name": "ReactantUI",
3   "version": "0.1.1",
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.1"
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"