[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / c / 4 / 3 / FormBuilderUI / 0.5.3 / FormBuilderUI.podspec.json
blobc51701e0453600c56d833b716bcae61882c46c77
2   "name": "FormBuilderUI",
3   "version": "0.5.3",
4   "summary": "FormBuilderUI is a SwiftUI version of FormBuilder for UIKit.",
5   "description": "FormBuilderUI is a swift user interface library that allows developers\nto declaratively create data entry forms for use with SwiftUI.  It includes\nform validation and styling using style sheets.  It also provides the ability\nfor developers to preview their work as they modify their form.",
6   "homepage": "https://github.com/n8glenn/FormBuilderUI",
7   "screenshots": [
8     "https://i.ibb.co/n0PPShp/Screenshot1.png",
9     "https://i.ibb.co/j5dd3w1/Screenshot2.png",
10     "https://i.ibb.co/fNSc33w/Screenshot3.png",
11     "https://i.ibb.co/6nxQVGM/Screenshot4.png",
12     "https://i.ibb.co/gdGxXXr/Screenshot5.png",
13     "https://i.ibb.co/ZLgg5TN/Screenshot6.png",
14     "https://i.ibb.co/cvSQLmv/Screenshot7.png",
15     "https://i.ibb.co/1nYSFRS/Screenshot8.png",
16     "https://i.ibb.co/Cs2K8J5/Screenshot9.png"
17   ],
18   "license": {
19     "type": "MIT",
20     "file": "LICENSE"
21   },
22   "authors": {
23     "n8glenn": "n8glenn@gmail.com"
24   },
25   "source": {
26     "git": "https://github.com/n8glenn/FormBuilderUI.git",
27     "tag": "0.5.3"
28   },
29   "platforms": {
30     "ios": "17.6"
31   },
32   "swift_versions": "4.0",
33   "source_files": "Classes/**/*",
34   "resources": [
35     "Assets/DefaultStyle.css",
36     "Assets/GreenStyle.css",
37     "Settings.spec"
38   ],
39   "resource_bundles": {
40     "FormBuilderUI": [
41       "Assets/*"
42     ]
43   },
44   "swift_version": "4.0"