[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 8 / c / SwiftyFormsUI / 0.3.8 / SwiftyFormsUI.podspec.json
blob7df3ec8bf6b1bbbe027a3e28a1bac56e565bc28a
2   "name": "SwiftyFormsUI",
3   "version": "0.3.8",
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.8"
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.8"
29     ]
30   }