[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / d / MaterialFormSwiftUI / 0.9.6 / MaterialFormSwiftUI.podspec.json
blobdf643f0abb8f42e5e5a2ceff5ded9f51a267cc9a
2   "name": "MaterialFormSwiftUI",
3   "version": "0.9.6",
4   "summary": "Material UI Text Field wrapper for SwiftUI.",
5   "description": "Defines reusable and observable Material text field component, that works both with UIKit (iOS 10+) and SwiftUI (iOS 13+).",
6   "homepage": "https://github.com/GirAppe/MaterialFormSwiftUI.git",
7   "screenshots": [
8     "https://raw.githubusercontent.com/GirAppe/MaterialFormSwiftUI/0.9.6/material-form-light.gif",
9     "https://raw.githubusercontent.com/GirAppe/MaterialFormSwiftUI/0.9.6/material-form-dark.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Andrzej Michnia": "amichnia@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/GirAppe/MaterialFormSwiftUI.git",
20     "tag": "0.9.6"
21   },
22   "platforms": {
23     "ios": "13.0",
24     "tvos": "13.0"
25   },
26   "preserve_paths": "*",
27   "swift_versions": [
28     "5.0",
29     "5.1.2",
30     "5.2.2"
31   ],
32   "source_files": "Sources/MaterialFormSwiftUI/**/*",
33   "frameworks": [
34     "UIKit",
35     "SwiftUI"
36   ],
37   "dependencies": {
38     "MaterialForm": [
40     ]
41   },
42   "swift_version": "5.2.2"