blob: cb755e341a15181605612827cf64d1674b73fb31 [file] [log] [blame]
{
"name": "SwiftyFormsUI",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyFormsUI/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftyForms": [
]
}
}