[Add] UMCommon 7.5.1
[CocoaPods.git] / Specs / b / 5 / c / FluentUI / 0.1.0 / FluentUI.podspec.json
blob6823620c3bc549077ba02fd3fff603e1af8582c6
2   "name": "FluentUI",
3   "version": "0.1.0",
4   "summary": "Fluent interface for UIKit.",
5   "description": "FluentUI provides a fluent interface for UIKit.\nIt adds modifier methods for most writable properties found in UIKit classes.\nIt has been created in the hope that it will help application maintainers to reason about UIKit code in a more SwiftUI-ish way (i.e. configuring views by applying modifiers).",
6   "homepage": "https://github.com/refined-swift/FluentUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "hectr",
12   "social_media_url": "https://twitter.com/elnetus",
13   "source": {
14     "git": "https://github.com/refined-swift/FluentUI.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "Sources/FluentUI/**/*.swift",
23   "frameworks": "UIKit",
24   "swift_version": "5.1"