blob: 6e4fb3ed1c1bf3d6a825c7dee28d25430b2f0468 [file] [log] [blame]
{
"name": "SwiftyFormsUI",
"version": "0.3.15",
"summary": "UI elements for SwiftyForms",
"description": "A collection of UI elements that can be used when creating forms with SwiftyForms",
"homepage": "https://github.com/gkaimakas/SwiftyFormsUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gkaimakas": "gkaimakas@gmail.com"
},
"source": {
"git": "https://github.com/gkaimakas/SwiftyFormsUI.git",
"tag": "0.3.15"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyFormsUI/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
],
"SwiftyForms": [
"~> 0.3.15"
]
}
}