[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / 9 / 8 / c / SwiftyFormsUI / 0.3.5 / SwiftyFormsUI.podspec.json
blob9495f4c6b40b8afed7d8de618974661b96cf186a
2   "name": "SwiftyFormsUI",
3   "version": "0.3.5",
4   "summary": "UI elements for SwiftyForms",
5   "description": "A collection of UI elements that can be used when creating forms with SwiftyForms",
6   "homepage": "https://github.com/gkaimakas/SwiftyFormsUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gkaimakas": "gkaimakas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gkaimakas/SwiftyFormsUI.git",
16     "tag": "0.3.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SwiftyFormsUI/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "SwiftyForms": [
28       "~> 0.3.5"
29     ]
30   }