blob: 520d4d798eabd41f0937e2a4936ccf54acaa56fe [file] [log] [blame]
{
"name": "SwiftForms",
"version": "1.0.5",
"summary": "A small and lightweight library written in Swift that allows you to easily create forms",
"homepage": "https://github.com/ortuman/SwiftForms",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Miguel Ángel Ortuño",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ortuman/SwiftForms.git",
"tag": "1.0.5"
},
"source_files": [
"SwiftForms/*.swift",
"SwiftForms/descriptors/*.swift",
"SwiftForms/cells/base/*.swift",
"SwiftForms/cells/*.swift",
"SwiftForms/controllers/*.swift"
]
}