[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / e / MaterialForm / 0.0.2 / MaterialForm.podspec.json
blob604cb21ea7af8e5d65fbe45baf8d8322ba8bfdc5
2   "name": "MaterialForm",
3   "version": "0.0.2",
4   "summary": "Material UI Text Field for both UIKit (iOS 10+) and SwiftUI (iOS 13+).",
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/MaterialForm.git",
7   "screenshots": [
8     "https://raw.githubusercontent.com/GirAppe/MaterialForm/0.0.1/material-form-light.gif",
9     "https://raw.githubusercontent.com/GirAppe/MaterialForm/0.0.1/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/MaterialForm.git",
20     "tag": "0.0.2"
21   },
22   "platforms": {
23     "ios": "10.0",
24     "tvos": "11.0"
25   },
26   "preserve_paths": "*",
27   "swift_versions": "5.0",
28   "source_files": "Sources/MaterialForm/**/*",
29   "frameworks": "UIKit",
30   "swift_version": "5.0"